Update main.sh

This commit is contained in:
ferreo 2024-11-13 20:01:57 +01:00
parent 8535663a59
commit fbe4dba108

View File

@ -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