* set +x flags
authorWilfried Göesgens <willi@citadel.org>
Sat, 2 Feb 2008 10:03:34 +0000 (10:03 +0000)
committerWilfried Göesgens <willi@citadel.org>
Sat, 2 Feb 2008 10:03:34 +0000 (10:03 +0000)
webcit/buildpackages

index 2a1cd657bc4f69e1a6e257df6d8b11beab5d40e1..d1db1d1e585447be168948785b89a31320ba51c7 100755 (executable)
@@ -50,7 +50,7 @@ case $1 in
            cd tmp/webcit-$WEBCIT_VERSION
            rm -rf `find -name .svn ` svn*tmp* build-stamp configure-stamp *~ config.guess  config.log config.status autom4te.cache
            find -type f -exec chmod a-x {} \;
-           chmod a+x configure
+           chmod a+x configure debian/rules 
            cd ..
            tar -czf webcit_${WEBCIT_VERSION}.orig.tar.gz webcit-${WEBCIT_VERSION}/ --exclude "debian/*"
            pwd