mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Install.sh: Correct -p parameter for LIBOFX_PATCH.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15526 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
e87a6014f7
commit
5c5f82fb14
@ -665,7 +665,7 @@ function inst_libofx() {
|
||||
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 \
|
||||
|
Loading…
Reference in New Issue
Block a user