mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-23 00:08:50 -05:00
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>
This commit is contained in:
parent
deff57ce8b
commit
442b91a5dd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user