From 442b91a5dd522596f55caec40e0026ef65ac2479 Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Mon, 30 Mar 2009 17:41:34 +1000 Subject: 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 --- scripts/makepkg.sh.in | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/makepkg.sh.in') 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 -- cgit v1.2.3-54-g00ecf