From 2378e58a57b3501b720957a284644a4dca8e8328 Mon Sep 17 00:00:00 2001 From: emmett1 Date: Tue, 15 Aug 2017 16:24:32 +0800 Subject: [PATCH] updated --- buildpkg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/buildpkg b/buildpkg index ef5b1dc..ba89a75 100755 --- a/buildpkg +++ b/buildpkg @@ -277,14 +277,13 @@ buildpkg() { getsource - if [ ! "IGNORE_MDSUM" ]; then + if [ ! "$IGNORE_MDSUM" ]; then if [ -f .md5sum ]; then checkmdsum else updatemdsum fi fi - preparesource [ "$UPGRADE_PKG" ] && NO_PREINSTALL=yes