Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xextras/build-lynis.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/extras/build-lynis.sh b/extras/build-lynis.sh
index fdca520a..55705595 100755
--- a/extras/build-lynis.sh
+++ b/extras/build-lynis.sh
@@ -284,11 +284,10 @@
#git tag -l ${MYBUILDDIR}/git/Lynis
cd ..
+ echo "Executing: ${GITBUILDPACKAGEBINARY} --git-tarball-dir=${MYBUILDDIR} --git-export-dir=${DEBWORKDIR} --git-ignore-new"
${GITBUILDPACKAGEBINARY} --git-tarball-dir=${MYBUILDDIR} --git-export-dir=${DEBWORKDIR} --git-ignore-new
cd ${MYWORKDIR}
-
-
echo "[V] Done"
echo ""
echo "---------------------------------------------"