r15526 - gnucash/trunk/packaging/win32 - Install.sh: Correct -p parameter for LIBOFX_PATCH.

Andreas Köhler andi5 at cvs.gnucash.org
Thu Feb 8 13:27:21 EST 2007


Author: andi5
Date: 2007-02-08 13:27:18 -0500 (Thu, 08 Feb 2007)
New Revision: 15526
Trac: http://svn.gnucash.org/trac/changeset/15526

Modified:
   gnucash/trunk/packaging/win32/install.sh
Log:
Install.sh: Correct -p parameter for LIBOFX_PATCH.


Modified: gnucash/trunk/packaging/win32/install.sh
===================================================================
--- gnucash/trunk/packaging/win32/install.sh	2007-02-08 16:25:54 UTC (rev 15525)
+++ gnucash/trunk/packaging/win32/install.sh	2007-02-08 18:27:18 UTC (rev 15526)
@@ -665,7 +665,7 @@
 	assert_one_dir $TMP_UDIR/libofx-*
 	qpushd $TMP_UDIR/libofx-*
 	    [ -n "$LIBOFX_PATCH" -a -f "$LIBOFX_PATCH" ] && \
-		patch -p0 < $LIBOFX_PATCH
+		patch -p1 < $LIBOFX_PATCH
 	    ./configure \
 	        --prefix=${_LIBOFX_UDIR} \
 		--with-opensp-includes=${_OPENSP_UDIR}/include/OpenSP \



More information about the gnucash-changes mailing list