* for some reason config.path doesn't get createt, so we better don't delete it.
[citadel.git] / webcit / buildpackages
index e758782efedb9b920dc1113cc9a3ae3f69e7102e..04c0e44da410511587127866200f2c678bf787a8 100755 (executable)
@@ -46,7 +46,7 @@ case $1 in
            mkdir tmp
            cp -a webcit-$WEBCIT_VERSION tmp
            cd tmp/webcit-$WEBCIT_VERSION
-           rm -rf `find -name .svn ` svn*tmp* build-stamp configure-stamp *~ config.sub config.guess  config.log config.status autom4te.cache
+           rm -rf `find -name .svn ` svn*tmp* build-stamp configure-stamp *~ config.guess  config.log config.status autom4te.cache
            cd ..
            tar -czf webcit_${WEBCIT_VERSION}.orig.tar.gz webcit-${WEBCIT_VERSION}/ --exclude "debian/*"
            pwd