author | kergoth <kergoth> | 2002-12-12 17:17:29 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-12-12 17:17:29 (UTC) |
commit | 4789fc5908e0f6e5f828e1069b3fa5c7dad1412c (patch) (side-by-side diff) | |
tree | 2cfaa10b1fd54f22a57698620ea12fdb71f9eda5 /mkipks | |
parent | 2ebde078dcdc50434acb10f2fa245b0d3dd483bd (diff) | |
download | opie-4789fc5908e0f6e5f828e1069b3fa5c7dad1412c.zip opie-4789fc5908e0f6e5f828e1069b3fa5c7dad1412c.tar.gz opie-4789fc5908e0f6e5f828e1069b3fa5c7dad1412c.tar.bz2 |
make passing in qte version for ipk creation easier
-rwxr-xr-x | mkipks | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,7 @@ #!/bin/sh -QTE_VERSION=2.3.4 +[ -z "$QTE_VERSION" ] && QTE_VERSION=2.3.4 +[ -z "$QTE_REVISION" ] && QTE_REVISION=3 DEB_VERSION=2.0 # Have to do this here, since CVS can't store symlinks |