summaryrefslogtreecommitdiffstats
path: root/scripts/makepkg.sh.in
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2015-02-01 12:59:02 +0100
committerAllan McRae <allan@archlinux.org>2015-02-12 05:00:55 +0100
commitbfe9b56e1fe3a0c17fa535acf8d29bbe318c0b8a (patch)
tree932e37b78b829a8f7670b41339eea8591199ab7a /scripts/makepkg.sh.in
parent68602f49316dd0c115805773da5825fae1cb8cdf (diff)
downloadpacman-bfe9b56e1fe3a0c17fa535acf8d29bbe318c0b8a.tar.gz
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.in2
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