summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2001-11-12 03:11:33 +0000
committerDavid Schleef <ds@schleef.org>2001-11-12 03:11:33 +0000
commit7d04926f7cad78d4dcdbee72d83025695df9a36c (patch)
tree581e50498fab4721acf6c0b455c79de2d0e1fe9d /debian
parent219680fbe34686c2b418da326b4ca6d00a048a64 (diff)
Change the output filename to correspond to the package version.
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/mksnapshot4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/mksnapshot b/debian/mksnapshot
index 5ce56308b..19d8a6b41 100755
--- a/debian/mksnapshot
+++ b/debian/mksnapshot
@@ -25,8 +25,8 @@ cat changelog >>changelog.tmp
mv changelog.tmp changelog
cd ${topdir}/uclibc-tmp
-mv uClibc uclibc-cvs-${today}
-tar -czf ../uclibc-cvs-${today}.tgz uclibc-cvs-${today}
+mv uClibc uclibc-0.9.5-cvs${today}
+tar -czf ../uclibc-0.9.5-cvs${today}.tgz uclibc-0.9.5-cvs${today}
cd ${topdir}