diff --git a/main.sh b/main.sh index 0357817..0cb4ee9 100755 --- a/main.sh +++ b/main.sh @@ -23,7 +23,7 @@ sed -i "s/\$(PREFIX)\/bin/\$(PREFIX)\/sbin/" "${UPSTREAM_NAME}/Makefile" pushd "./${UPSTREAM_NAME}/" || exit 1 # Get build deps -LOGNAME=root dh_make --createorig -y -l -p ${UPSTREAM_NAME}_"$VERSION" || echo "dh-make: Ignoring Last Error" +LOGNAME=root dh_make --createorig -y -l -p ${UPSTREAM_NAME}_"$VERSION".0 || echo "dh-make: Ignoring Last Error" apt-get build-dep ./ -y # Build package