diff options
Diffstat (limited to 'debian/mksnapshot')
-rwxr-xr-x | debian/mksnapshot | 2 |
1 files changed, 1 insertions, 1 deletions
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} |