summaryrefslogtreecommitdiff
path: root/data/javasqlite/make.sh
diff options
context:
space:
mode:
authorJay Freeman <saurik@saurik.com>2008-03-11 03:37:32 +0000
committerJay Freeman <saurik@saurik.com>2008-03-11 03:37:32 +0000
commit2048c0f0d9fba74a699399e19b1ed99147d6cea4 (patch)
treeed563bb0ddf966545a6e2b4eeb4c405e72982d7b /data/javasqlite/make.sh
parentfca8c6ee90f03fea0664e7b764a04a4fccbea025 (diff)
Upgraded to the latest JavaSQLite (20080130).
git-svn-id: http://svn.telesphoreo.org/trunk@184 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/javasqlite/make.sh')
-rw-r--r--data/javasqlite/make.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/javasqlite/make.sh b/data/javasqlite/make.sh
index 327a45dbc..9b67a553f 100644
--- a/data/javasqlite/make.sh
+++ b/data/javasqlite/make.sh
@@ -1,5 +1,5 @@
-tar -zxvf "${PKG_DATA}/javasqlite-20071108.tar.gz"
-cd javasqlite-20071108
+pkg:extract
+cd *
pkg:patch
autoconf
pkg:configure --with-sqlite="${PKG_ROOT}/usr" --with-sqlite3="${PKG_ROOT}/usr"