* fix exec permissions
authorWilfried Göesgens <willi@citadel.org>
Mon, 18 Feb 2008 19:45:49 +0000 (19:45 +0000)
committerWilfried Göesgens <willi@citadel.org>
Mon, 18 Feb 2008 19:45:49 +0000 (19:45 +0000)
citadel/buildpackages

index 2884d59053e9fc8f38f76d338a2b431ec0f29788..8cb0f70d7d1262792ab315672c028c890d9b8d1a 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 mk_module_init.sh debian/rules mkinstalldirs
+           chmod a+x configure *.sh *.sh.in debian/rules debian/*inst* debian/rules mkinstalldirs
            cd ..
            tar -chzf citadel_${CITADEL_VERSION}.orig.tar.gz citadel-${CITADEL_VERSION}/ --exclude "debian/*"
            pwd