From de7878d6d6654b43e96907a92c07289a41ef3b32 Mon Sep 17 00:00:00 2001 From: mboelen Date: Sun, 14 Sep 2014 21:50:13 +0200 Subject: [PATCH] Include dev --- dev/build-lynis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/build-lynis.sh b/dev/build-lynis.sh index ec258e0b..1eab8a53 100755 --- a/dev/build-lynis.sh +++ b/dev/build-lynis.sh @@ -189,7 +189,7 @@ #fi # Create tarball - tar -C ${MYWORKDIR} --exclude=debian --exclude=dev --exclude=.bzr* --exclude=.git* -c -z -f ${TARBALL} lynis 2> /dev/null + tar -C ${MYWORKDIR} --exclude=debian --exclude=.bzr* --exclude=.git* -c -z -f ${TARBALL} lynis 2> /dev/null if [ -f ${TARBALL} ]; then echo "[V] Tarball created"