Quick respin of WebCit (now 7.12) due to missing config.sub
[citadel.git] / webcit / buildpackages
index 04c0e44da410511587127866200f2c678bf787a8..7e1012d470cbde22dc354ccc2ceda00bee5a8305 100755 (executable)
@@ -56,8 +56,7 @@ case $1 in
        fi
        ;;
     sourcedist)
-       rm -rf `find -name .svn ` svn*tmp* build-stamp configure-stamp *~ config.sub config.guess  config.log config.status autom4te.cache
-       cd ..; tar -cvzf webcit-${WEBCIT_VERSION}.tar.gz webcit-${WEBCIT_VERSION}/
+       cd ..; tar --exclude .svn --exclude "debian/*" -cvzf webcit-${WEBCIT_VERSION}.tar.gz webcit-${WEBCIT_VERSION}/
        ;;
     *)
        echo "Not yet implemented. we have: debian "