Print svn rev and date info in /etc/version.
This commit is contained in:
parent
8aa0d26891
commit
673c7ced15
1 changed files with 1 additions and 1 deletions
|
@ -337,7 +337,7 @@ then
|
|||
hdemu_root_changes
|
||||
fi
|
||||
|
||||
echo $version_pretty >$RELEASEDIR/etc/version
|
||||
echo $version_pretty, SVN revision $SVNREV, generated `date` >$RELEASEDIR/etc/version
|
||||
echo " * Counting files"
|
||||
extrakb=`du -s $RELEASEDIR/usr/install | awk '{ print $1 }'`
|
||||
expr `df $TMPDISK | tail -1 | awk '{ print $4 }'` - $extrakb >$RELEASEDIR/.usrkb
|
||||
|
|
Loading…
Reference in a new issue