From: Wilfried Göesgens Date: Sat, 2 Feb 2008 09:57:13 +0000 (+0000) Subject: * set execute bit on the right files X-Git-Tag: v7.86~2529 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=c40f19074f90e7b26be8c07180c7c63ceec26c9e * set execute bit on the right files --- diff --git a/citadel/buildpackages b/citadel/buildpackages index eae5332ce..31a1baf18 100755 --- a/citadel/buildpackages +++ b/citadel/buildpackages @@ -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