diff options
author | Allan McRae <allan@archlinux.org> | 2015-02-01 21:59:02 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2015-02-12 14:00:55 +1000 |
commit | bfe9b56e1fe3a0c17fa535acf8d29bbe318c0b8a (patch) | |
tree | 932e37b78b829a8f7670b41339eea8591199ab7a /scripts/makepkg.sh.in | |
parent | 68602f49316dd0c115805773da5825fae1cb8cdf (diff) | |
download | pacman-bfe9b56e1fe3a0c17fa535acf8d29bbe318c0b8a.tar.xz |
libmakepkg: move package checking out of tidy_install
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'scripts/makepkg.sh.in')
-rw-r--r-- | scripts/makepkg.sh.in | 2 |
1 files changed, 2 insertions, 0 deletions
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 |