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
1 changed files with 1 additions and 0 deletions
|
@ -1635,6 +1635,7 @@ if [ "$INFAKEROOT" -eq 1 ]; then
|
||||||
if [ "$PKGFUNC" -eq 0 ]; then
|
if [ "$PKGFUNC" -eq 0 ]; then
|
||||||
if [ "$REPKG" -eq 0 ]; then
|
if [ "$REPKG" -eq 0 ]; then
|
||||||
run_build
|
run_build
|
||||||
|
tidy_install
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
run_package
|
run_package
|
||||||
|
|
Loading…
Add table
Reference in a new issue