summaryrefslogtreecommitdiff
authormark <mark>2002-02-04 21:09:13 (UTC)
committer mark <mark>2002-02-04 21:09:13 (UTC)
commitad32a5ffb9fcc666977c93fc074741fdfe22e5c4 (patch) (unidiff)
treed453aa891b8c63eb7c078ac55663b223974cf10a
parent4b769e6189666065937c8c34ba131d5ed6e66dfb (diff)
downloadopie-ad32a5ffb9fcc666977c93fc074741fdfe22e5c4.zip
opie-ad32a5ffb9fcc666977c93fc074741fdfe22e5c4.tar.gz
opie-ad32a5ffb9fcc666977c93fc074741fdfe22e5c4.tar.bz2
Read in $SUB_VERSION from library/version.h
Diffstat (more/less context) (ignore whitespace changes)
-rwxr-xr-xmkipks1
1 files changed, 1 insertions, 0 deletions
diff --git a/mkipks b/mkipks
index 45f2fb2..dedb060 100755
--- a/mkipks
+++ b/mkipks
@@ -11,6 +11,7 @@ ln -s ../init.d/qpe etc/rc2.d/S98qpe
11VERSION_MAJ=$(sed -n -e 's/.*QPE_VERSION "\([0-9]*\)\..*\..*".*/\1/p' <$OPIEDIR/include/qpe/version.h) 11VERSION_MAJ=$(sed -n -e 's/.*QPE_VERSION "\([0-9]*\)\..*\..*".*/\1/p' <$OPIEDIR/include/qpe/version.h)
12VERSION_MIN=$(sed -n -e 's/.*QPE_VERSION ".*\.\([0-9]*\)\..*".*/\1/p' <$OPIEDIR/include/qpe/version.h) 12VERSION_MIN=$(sed -n -e 's/.*QPE_VERSION ".*\.\([0-9]*\)\..*".*/\1/p' <$OPIEDIR/include/qpe/version.h)
13VERSION_PAT=$(sed -n -e 's/.*QPE_VERSION ".*\..*\.\([0-9]*\).*/\1/p' <$OPIEDIR/include/qpe/version.h) 13VERSION_PAT=$(sed -n -e 's/.*QPE_VERSION ".*\..*\.\([0-9]*\).*/\1/p' <$OPIEDIR/include/qpe/version.h)
14SUB_VERSION=$(sed -n -e 's,.*SUB_VERSION \"\(.*\)\".*,\1,p' <$OPIEDIR/include/qpe/version.h)
14if grep -q 'QPE_VERSION .*snapshot' $OPIEDIR/include/qpe/version.h 15if grep -q 'QPE_VERSION .*snapshot' $OPIEDIR/include/qpe/version.h
15then 16then
16 VERSION_CVS="_$(date +%Y%m%d)" 17 VERSION_CVS="_$(date +%Y%m%d)"