aboutsummaryrefslogtreecommitdiffstats
path: root/mkdeb-apparmor.sh
diff options
context:
space:
mode:
Diffstat (limited to 'mkdeb-apparmor.sh')
-rwxr-xr-xmkdeb-apparmor.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/mkdeb-apparmor.sh b/mkdeb-apparmor.sh
index f6c223c46..152165d60 100755
--- a/mkdeb-apparmor.sh
+++ b/mkdeb-apparmor.sh
@@ -2,6 +2,8 @@
2# based on http://tldp.org/HOWTO/html_single/Debian-Binary-Package-Building-HOWTO/ 2# based on http://tldp.org/HOWTO/html_single/Debian-Binary-Package-Building-HOWTO/
3# a code archive should already be available 3# a code archive should already be available
4 4
5set -e
6
5TOP=`pwd` 7TOP=`pwd`
6CODE_ARCHIVE="$1-$2.tar.xz" 8CODE_ARCHIVE="$1-$2.tar.xz"
7CODE_DIR="$1-$2" 9CODE_DIR="$1-$2"