Skip building the binary an extra time when building the dpkg

This commit is contained in:
Alessio 2022-10-15 16:57:18 -04:00
parent 0bf73d4bc5
commit 877cdd316b

View File

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