Corrected a typo in 911-sqlite

This commit is contained in:
Pierre Labastie 2012-02-14 13:09:49 +00:00
parent 256e8334a2
commit 52575b817e

View file

@ -5,7 +5,7 @@
set -e set -e
cd $PKGDIR cd $PKGDIR
./configure --prefix=/usr --disable-static\ ./configure --prefix=/usr --disable-static \
CFLAGS="-g -O2 -DSQLITE_SECURE_DELETE=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY=1" && CFLAGS="-g -O2 -DSQLITE_SECURE_DELETE=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY=1" &&
make make
if ! [ -z $PKG_DEST ]; then if ! [ -z $PKG_DEST ]; then