Browse Source

* only use date for snapshot version

peter 24 years ago
parent
commit
80a3e2d02f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      install/debian/fixdeb

+ 1 - 1
install/debian/fixdeb

@@ -16,7 +16,7 @@ DEBVERSION=`echo $PACKAGEVERSION | awk -F '-' '{ print $2 }'`
 # Snapshot ?
 if [ "$DEBVERSION" == "0" ]; then
   OLDPACKAGEVERSION=$PACKAGEVERSION
-  DEBVERSION=`/bin/date --utc +%Y%m%d.%k%M%S`
+  DEBVERSION=`/bin/date --utc +%Y%m%d`
   PACKAGEVERSION=$FPCVERSION-$DEBVERSION
   sed s+$OLDPACKAGEVERSION+$PACKAGEVERSION+ $1/changelog > $1/changelog.tmp
   mv $1/changelog.tmp $1/changelog