This commit is contained in:
emmett1
2018-01-29 17:45:14 +08:00
parent 0837ba38e8
commit 430802b252

View File

@@ -305,12 +305,12 @@ buildpkg() {
fi
preparesource
[ "$UPGRADE_PKG" ] && NO_PREINSTALL=yes
#[ "$UPGRADE_PKG" ] && NO_PREINSTALL=yes
if [ ! "$NO_PREINSTALL" ]; then
runpreinstall
NO_PREINSTALL=yes
fi
#if [ ! "$NO_PREINSTALL" ]; then
#runpreinstall
#NO_PREINSTALL=yes
#fi
if check_options makeflags n; then
unset "MAKEFLAGS"
@@ -670,7 +670,7 @@ main() {
else
updatepkgdepends
fi
[ -f $name.install ] && . $name.install
#[ -f $name.install ] && . $name.install
buildpkg
IGNORE_DEP=yes
if [ ! "$NO_ORPHAN_CHECK" ]; then