[libgda] Fixed command line option to the "patch" command



commit b3b6fec53b4ba67b2fd02989a67c553f545f46f1
Author: Vivien Malerba <malerba gnome-db org>
Date:   Thu Nov 25 21:58:35 2010 +0100

    Fixed command line option to the "patch" command

 providers/sqlcipher/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/providers/sqlcipher/Makefile.am b/providers/sqlcipher/Makefile.am
index cc64b53..9d18b09 100644
--- a/providers/sqlcipher/Makefile.am
+++ b/providers/sqlcipher/Makefile.am
@@ -15,7 +15,7 @@ sqlite_sources = sqlite3.c sqlite3.h
 $(sqlite_sources): sqlcipher.patch $(top_srcdir)/libgda/sqlite/sqlite-src/sqlite3.c $(top_srcdir)/libgda/sqlite/sqlite-src/sqlite3.h
 	cp $(top_srcdir)/libgda/sqlite/sqlite-src/sqlite3.c sqlite3.c
 	cp $(top_srcdir)/libgda/sqlite/sqlite-src/sqlite3.h sqlite3.h
-	patch -p 0 < sqlcipher.patch
+	patch -p0 < sqlcipher.patch
 
 libgda_sqlcipher_la_SOURCES = \
 	$(sqlite_sources) \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]