X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=libcitadel%2Fbuildpackages;h=b7b8ab01d176feb6b44e408e50753f90aabd2a78;hb=d0c3535759e19c0514aa2f99be5eca5d89f6f1fe;hp=0a2bd583e4d2092806b05644a3dda42e0cd291a6;hpb=507476eab3402b0b111f58ae52b3826cdff80703;p=citadel.git diff --git a/libcitadel/buildpackages b/libcitadel/buildpackages index 0a2bd583e..b7b8ab01d 100755 --- a/libcitadel/buildpackages +++ b/libcitadel/buildpackages @@ -6,7 +6,7 @@ fi ./bootstrap -export `grep PACKAGE_VERSION= configure |sed -e "s;';;g" -e "s;PACKAGE;LIBCITADEL;"` +export `grep PACKAGE_VERSION= configure |sed -e "s;';;g" -e "s;PACKAGE;LIBCITADEL;" -e "s;4.;;"` DATE=`date '+%a, %d %b %Y %H:%I:00 %z'` ACTUAL_DIR=`pwd` @@ -114,6 +114,9 @@ EMAIL=citadel@outgesourced.org \ -chvzf libcitadel-$LIBCITADEL_VERSION.tar.gz libcitadel-$LIBCITADEL_VERSION/ ;; + version) + echo This would build libcitadel-$LIBCITADEL_VERSION + ;; *) echo "Not yet implemented. we have: debian, sourcedist " ;;