FS#35741 - [pacman] !distcc option broken - typo
Attached to Project:
Pacman
Opened by Kevin Mihelich (kmihelich) - Monday, 10 June 2013, 01:53 GMT
Last edited by Allan McRae (Allan) - Tuesday, 18 June 2013, 04:15 GMT
Opened by Kevin Mihelich (kmihelich) - Monday, 10 June 2013, 01:53 GMT
Last edited by Allan McRae (Allan) - Tuesday, 18 June 2013, 04:15 GMT
|
Details
Description: There is a typo in the check for the !distcc
option in makepkg. The check_option name is 'distc' instead
of 'distcc'. Not sure when this first appeared, I just
noticed it.
run_build() { # use distcc if it is requested (check buildenv and PKGBUILD opts) if check_buildenv "distcc" "y" && ! check_option "distc" "n"; then ... Should be: if check_buildenv "distcc" "y" && ! check_option "distcc" "n"; then Additional info: * package version: 4.1.1-1 |
This task depends upon
Closed by Allan McRae (Allan)
Tuesday, 18 June 2013, 04:15 GMT
Reason for closing: Fixed
Additional comments about closing: commit 1b08e268
Tuesday, 18 June 2013, 04:15 GMT
Reason for closing: Fixed
Additional comments about closing: commit 1b08e268
https://projects.archlinux.org/pacman.git/commit/scripts/makepkg.sh.in?id=9dd42dc0daab510a4e68118d89b5543936d2074f