]> git.decadent.org.uk Git - dak.git/commitdiff
Fix versionregex conversion
authorMark Hymers <mhy@debian.org>
Thu, 6 Oct 2011 08:34:39 +0000 (09:34 +0100)
committerMark Hymers <mhy@debian.org>
Thu, 6 Oct 2011 08:34:39 +0000 (09:34 +0100)
Signed-off-by: Mark Hymers <mhy@debian.org>
scripts/debian/byhand-di

index 99cb313152555496227c56f751cad15f8e66d9a8..f8e5f6ba4d5796e975c092db795fa3aa6a38bdbb 100755 (executable)
@@ -54,7 +54,8 @@ if [ -d "$TARGET/$VERSION" ]; then
 fi
 
 # We know the VERSION is sane by here, we just need to make sure we escape the + in +b1 (if any)
-VERSIONREGEXP="$(echo $VERSION | sed 's@+@\\\+@')"
+# It needs 'g' as well as we may have +$DIST+b[0-9]
+VERSIONREGEXP="$(echo $VERSION | sed 's@+@\\\+@g')"
 
 # We know all data to be in ./installer-<arch>/<version>; see if there's
 # anything else in the tarball except that and the 'current' symlink