From bfe9b56e1fe3a0c17fa535acf8d29bbe318c0b8a Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Sun, 1 Feb 2015 21:59:02 +1000 Subject: libmakepkg: move package checking out of tidy_install Signed-off-by: Allan McRae --- scripts/makepkg.sh.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts/makepkg.sh.in') diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in index c01e9399..f47dc358 100644 --- a/scripts/makepkg.sh.in +++ b/scripts/makepkg.sh.in @@ -2891,6 +2891,7 @@ run_split_packaging() { backup_package_variables run_package $pkgname tidy_install + lint_package create_package create_debug_package restore_package_variables @@ -3348,6 +3349,7 @@ if (( INFAKEROOT )); then run_package fi tidy_install + lint_package create_package create_debug_package else -- cgit v1.2.3-24-g4f1b