remove library version from the package version string
authorWilfried Goesgens <dothebart@citadel.org>
Fri, 20 Jul 2012 14:47:17 +0000 (16:47 +0200)
committerWilfried Goesgens <dothebart@citadel.org>
Fri, 20 Jul 2012 14:47:17 +0000 (16:47 +0200)
libcitadel/buildpackages

index 0a2bd583e4d2092806b05644a3dda42e0cd291a6..c446abbb45f0ed1a52e854b5b4c0f2dec6824758 100755 (executable)
@@ -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;3.;;"`
 
 DATE=`date '+%a, %d %b %Y %H:%I:00 %z'`
 ACTUAL_DIR=`pwd`