From cf395b9f4e51c6127e158ab25720c06651d87e95 Mon Sep 17 00:00:00 2001 From: Boyuan Yang <073plan@gmail.com> Date: Thu, 24 Sep 2015 16:18:52 +0800 Subject: [PATCH] fix debian pkg script --- debian/autopkg.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/autopkg.sh b/debian/autopkg.sh index 64d5866e..cc5fe83f 100755 --- a/debian/autopkg.sh +++ b/debian/autopkg.sh @@ -21,7 +21,7 @@ tar -czvf ../$(basename $CURR_PKG_DIR)_$(cat ./configure.ac | grep AC_INIT | gre #dh_make --multi --createorig --yes --copyright gpl3 A=$(which debuild > /dev/null 2> /dev/null; echo $?) if [ "${A}x" = "0x" ]; then - debuild -us -uc + debuild -us -uc -i else - dpkg-buildpackage -us -uc + dpkg-buildpackage -us -uc -i fi