X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=libcitadel%2Fbuildpackages;fp=libcitadel%2Fbuildpackages;h=7866949fda8fd6afa28bc67f92d2ea7527e3956e;hb=37112123dab851033af01f3db95ce97857a158ff;hp=84cf56ac201f3cde9482e2ef4005a54e572547b8;hpb=493766bb769ea395cab83d9defbae8a3808e18e6;p=citadel.git 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 "