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



commit 546702730a0df16c1bafcf8142dc84a2e266ee5e
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 5a4a8d5..2b7bad9 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]