diff options
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) | |
download | pacman-442b91a5dd522596f55caec40e0026ef65ac2479.tar.xz |
makepkg: run tidy_install with no package() function
After the splitpkg implementation, the tidy_install function
was not being called in PKGBUILDs with only the build() function.
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'scripts/makepkg.sh.in')
-rw-r--r-- | scripts/makepkg.sh.in | 1 |
1 files changed, 1 insertions, 0 deletions
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 |