|
From: <smi...@us...> - 2003-10-06 02:15:52
|
Update of /cvsroot/devil-linux/build/scripts
In directory sc8-pr-cvs1:/tmp/cvs-serv7244/scripts
Modified Files:
settings
Log Message:
created wrong version string for releases
Index: settings
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/settings,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- settings 5 Oct 2003 02:28:15 -0000 1.35
+++ settings 6 Oct 2003 02:15:46 -0000 1.36
@@ -27,9 +27,9 @@
# get current version
if [ "$DL_IS_OFFICIAL_RELEASE" = "y" ]; then
- DL_VERSION="$(cat $SCRCONFIG/VERSION)-$(date -u -I)"
-else
DL_VERSION="$(cat $SCRCONFIG/VERSION)"
+else
+ DL_VERSION="$(cat $SCRCONFIG/VERSION)-$(date -u -I)"
fi
DL_VERSION_FULL="$DL_VERSION-i$CONFIG_CPU"
[ "$CONFIG_LINUX_SMP" = "y" ] && DL_VERSION_FULL="${DL_VERSION_FULL}-SMP"
|