index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Allan McRae <allan@archlinux.org> | 2009-03-30 17:41:34 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2009-03-30 17:41:34 +1000 |
commit | 442b91a5dd522596f55caec40e0026ef65ac2479 (patch) | |
tree | df9022aed6e6f419803f6233a622246a1be8aba8 /scripts/makepkg.sh.in | |
parent | deff57ce8bc2dbe77a9a597505c67ac891718dc0 (diff) |
-rw-r--r-- | scripts/makepkg.sh.in | 1 |
diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in index 716c5a9b..349d0e0e 100644 --- a/scripts/makepkg.sh.in +++ b/scripts/makepkg.sh.in @@ -1635,6 +1635,7 @@ if [ "$INFAKEROOT" -eq 1 ]; then if [ "$PKGFUNC" -eq 0 ]; then if [ "$REPKG" -eq 0 ]; then run_build + tidy_install fi else run_package |