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:54:08 +0400
committermboelen <michael@cisofy.com>2014-10-24 14:54:08 +0400
commite6598119a600d0de37e802c90bb14f1434b0216b (patch)
tree424a3f962dd15831bea15cf80254e27066229486 /extras
parentf60537ade7716bff32324f06625ed4f58d3b1641 (diff)
Build source package
Diffstat (limited to 'extras')
-rwxr-xr-xextras/build-lynis.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/build-lynis.sh b/extras/build-lynis.sh
index 55705595..a40418e8 100755
--- a/extras/build-lynis.sh
+++ b/extras/build-lynis.sh
@@ -285,7 +285,7 @@
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
+ ${GITBUILDPACKAGEBINARY} -S --git-tarball-dir=${MYBUILDDIR} --git-export-dir=${DEBWORKDIR} --git-ignore-new
cd ${MYWORKDIR}
echo "[V] Done"