summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2009-03-30 09:41:34 +0200
committerAllan McRae <allan@archlinux.org>2009-03-30 09:41:34 +0200
commit442b91a5dd522596f55caec40e0026ef65ac2479 (patch)
treedf9022aed6e6f419803f6233a622246a1be8aba8 /scripts
parentdeff57ce8bc2dbe77a9a597505c67ac891718dc0 (diff)
downloadpacman-442b91a5dd522596f55caec40e0026ef65ac2479.tar.gz
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')
-rw-r--r--scripts/makepkg.sh.in1
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