Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-g2.git;a=commitdiff;h=cee58b003520053606141b88edfef15d17714bb7
commit cee58b003520053606141b88edfef15d17714bb7 Author: Michel Hermier <[email protected]> Date: Thu Nov 22 14:15:54 2012 +0100 scripts/makepkg * Fix renamed hook while moving. diff --git a/scripts/makepkg b/scripts/makepkg index 6e456ce..a65ece6 100755 --- a/scripts/makepkg +++ b/scripts/makepkg @@ -1969,7 +1969,7 @@ else # NOTE: _P_subpkgsfixes hook registration order is important. #if ! check_option NOREMOVEEMPTYDIR; then - _P_subpkgsfixes+=(_pkg_removeemptydirs_fix) + _P_subpkgsfixes+=(_pkg_removeemptydirs_hook) #fi if [ ! "`check_option NOSTRIP`" -a "$NOSTRIP" = "0" ]; then _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
