This commit is contained in:
Kenneth Reitz
2012-08-06 03:26:10 -04:00
parent e85a5c0cc5
commit 45c4e2e500
2 changed files with 1 additions and 4 deletions
+1 -2
View File
@@ -4,8 +4,7 @@
OUT_PREFIX=$1
SOURCE_TARBALL='http://www.sqlite.org/sqlite-autoconf-3070900.tar.gz'
curl -O $SOURCE_TARBALL
tar xvvf sqlite-autoconf-3070900.tar.gz
curl -O $SOURCE_TARBALL | tar x
mv sqlite-autoconf-3070900 sqlite
cd sqlite