* set execute bit on the right files
authorWilfried Göesgens <willi@citadel.org>
Sat, 2 Feb 2008 09:57:13 +0000 (09:57 +0000)
committerWilfried Göesgens <willi@citadel.org>
Sat, 2 Feb 2008 09:57:13 +0000 (09:57 +0000)
citadel/buildpackages

index eae5332ce7a4082b45b1cebf2cf7ac7ab650c74c..31a1baf1846d31efe0684c78f943c66ba1e5c392 100755 (executable)
@@ -55,7 +55,7 @@ case $1 in
            cd tmp/citadel-$CITADEL_VERSION
            rm -rf `find -name .svn ` svn*tmp config.log config.status
            find -type f -exec chmod a-x {} \;
-           chmod a+x configure
+           chmod a+x configure mk_module_init.sh debian/rules mkinstalldirs
            cd ..
            tar -czf citadel_${CITADEL_VERSION}.orig.tar.gz citadel-${CITADEL_VERSION}/ --exclude "debian/*"
            pwd