From 12e7555ea225f516edc8bd5203d6a102d2f92861 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Thu, 11 Oct 2001 23:06:20 +0000 Subject: Fix problem with version naming --- debian/mksnapshot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/mksnapshot') diff --git a/debian/mksnapshot b/debian/mksnapshot index 4c8ef7dcf..94e45c639 100755 --- a/debian/mksnapshot +++ b/debian/mksnapshot @@ -1,7 +1,7 @@ #!/bin/sh -version=$(dpkg-parsechangelog | grep ^Version | sed 's/^Version: //') +version=$(dpkg-parsechangelog | grep ^Version | sed 's/^Version: //' | sed 's/-1$//') dir=uclibc-${version} -- cgit v1.2.3