Change dpkg build to compile in the version number

This commit is contained in:
Alessio 2022-01-05 14:10:55 -05:00
parent 6ddb94d44c
commit 8af6b6d3a6

View File

@ -10,7 +10,7 @@ then
fi fi
# Compile the program # Compile the program
(cd ../cmd && ./compile.sh) (cd ../cmd && ./compile.sh $1)
# Prepare the output folder # Prepare the output folder
if [[ -e dpkg_tmp ]] if [[ -e dpkg_tmp ]]