From 877cdd316b5cb011b62e7ca7e5eced262a99df19 Mon Sep 17 00:00:00 2001 From: Alessio Date: Sat, 15 Oct 2022 16:57:18 -0400 Subject: [PATCH] Skip building the binary an extra time when building the dpkg --- build/build_dpkg.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/build/build_dpkg.sh b/build/build_dpkg.sh index 0784f9d..9f91442 100755 --- a/build/build_dpkg.sh +++ b/build/build_dpkg.sh @@ -9,9 +9,6 @@ then exit 1 fi -# Compile the program -(cd ../cmd && ./compile.sh $1) - # Prepare the output folder if [[ -e dpkg_tmp ]] then