From 37112123dab851033af01f3db95ce97857a158ff Mon Sep 17 00:00:00 2001 From: =?utf8?q?Wilfried=20G=C3=B6esgens?= Date: Thu, 11 Dec 2008 22:33:54 +0000 Subject: [PATCH] * don't distribute machine dependend stuff... --- libcitadel/buildpackages | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/libcitadel/buildpackages b/libcitadel/buildpackages index 84cf56ac2..7866949fd 100755 --- a/libcitadel/buildpackages +++ b/libcitadel/buildpackages @@ -53,7 +53,7 @@ case $1 in mkdir tmp cp -rL libcitadel-$LIBCITADEL_VERSION tmp cd tmp/libcitadel-$LIBCITADEL_VERSION - rm -rf `find -name .svn ` svn*tmp config.log config.status + rm -rf `find -name .svn ` svn*tmp config.log config.status `find -name .libs` find -type f -exec chmod a-x {} \; chmod a+x configure cd .. @@ -102,7 +102,15 @@ EMAIL=citadel@outgesourced.org ;; sourcedist) - cd ..; tar --exclude .svn --exclude "debian/*" -chvzf libcitadel-$LIBCITADEL_VERSION.tar.gz libcitadel-$LIBCITADEL_VERSION/ + cd ..; tar --exclude .svn \ + --exclude "*svn*" \ + --exclude .libs \ + --exclude "*.lo" \ + --exclude "*.d" \ + --exclude "debian/*" \ + --exclude "sysdep.h" \ + \ + -chvzf libcitadel-$LIBCITADEL_VERSION.tar.gz libcitadel-$LIBCITADEL_VERSION/ ;; *) echo "Not yet implemented. we have: debian " -- 2.30.2