* match out 'ubuntu' from the version string
authorWilfried Göesgens <willi@citadel.org>
Thu, 7 Jun 2007 20:43:11 +0000 (20:43 +0000)
committerWilfried Göesgens <willi@citadel.org>
Thu, 7 Jun 2007 20:43:11 +0000 (20:43 +0000)
citadel/debian/citadel-server.config

index 80dbb9d9156ad8bbb2ef2e9f34cb1a8c47c9c9ba..ffdf372ec5bb7c82fb6834da610ddd8d8ce63e75 100755 (executable)
@@ -11,7 +11,7 @@ DO_CONFIGURE=no
 
 if test -n "$2"; then
 # do we want to reconfigure?
-    if test "`echo $2 | sed -e 's/[.-]//g'`" -lt 127 \
+    if test "`echo $2 | sed -e 's/[.-]//g' -e 's;ubuntu;;'`" -lt 127 \
        -o "$1" = reconfigure
        then
        DO_CONFIGURE=yes