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
path: root/extras
diff options
context:
space:
mode:
authormboelen <michael@cisofy.com>2014-10-24 14:49:59 +0400
committermboelen <michael@cisofy.com>2014-10-24 14:49:59 +0400
commitf60537ade7716bff32324f06625ed4f58d3b1641 (patch)
treec85c684cc7f6bcb355c67e736ffc698455c267a7 /extras
parente3eb743eab7efb06da24a509cfd5766dd5b7e2d4 (diff)
Build steps on screen
Diffstat (limited to 'extras')
-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 "---------------------------------------------"