summaryrefslogtreecommitdiff
path: root/tools/packages/debian.sh
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <waker@users.sourceforge.net>2013-12-03 22:02:45 +0100
committerGravatar Alexey Yakovenko <waker@users.sourceforge.net>2013-12-03 22:02:45 +0100
commit473d98a9cffea603ccc3ab62a0872e0058524eb3 (patch)
treed69e8201505bdb7cca8fe65b95499c1fedb8b5f7 /tools/packages/debian.sh
parent3b4f24db2b17b5e16a21becbbf22cc86e4ac3089 (diff)
build system fixes for 0.6 static
Diffstat (limited to 'tools/packages/debian.sh')
-rwxr-xr-xtools/packages/debian.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/packages/debian.sh b/tools/packages/debian.sh
index 05ba1414..58d02602 100755
--- a/tools/packages/debian.sh
+++ b/tools/packages/debian.sh
@@ -72,6 +72,8 @@ done
# archive control
cd $TEMPDIR
+chmod 644 control md5sums shlibs
+chmod 755 postrm postinst
fakeroot -- tar zcvf ./control.tar.gz ./control ./md5sums ./postrm ./postinst ./shlibs
# archive data
fakeroot -- tar zcvf ./data.tar.gz ./opt ./usr