mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-20 11:48:30 -06:00
corrections to libdir setup
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1557 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
0ac46cb9e5
commit
4fc72a8883
@ -28,6 +28,7 @@ OPT_STYLE_INSTALL=@OPT_STYLE_INSTALL@
|
||||
# These are *only* to be used at *install* time.
|
||||
GNC_DOCDIR=@GNC_DOCDIR@
|
||||
GNC_BINDIR=@GNC_BINDIR@
|
||||
GNC_LIBDIR=@GNC_LIBDIR@
|
||||
GNC_CONFIGDIR=@GNC_CONFIGDIR@
|
||||
GNC_SHAREDIR=@GNC_SHAREDIR@
|
||||
|
||||
|
2
configure
vendored
2
configure
vendored
@ -2552,7 +2552,7 @@ then
|
||||
else
|
||||
GNC_DOCDIR='${prefix}/doc/gnucash'
|
||||
GNC_BINDIR='${prefix}/bin'
|
||||
GNC_LIBDIR='${prefix}/lib'
|
||||
GNC_LIBDIR='${prefix}/lib/gnucash'
|
||||
GNC_CONFIGDIR=${sysconfdir}/gnucash
|
||||
GNC_SHAREDIR=${datadir}/gnucash
|
||||
fi
|
||||
|
@ -258,7 +258,7 @@ then
|
||||
else
|
||||
GNC_DOCDIR='${prefix}/doc/gnucash'
|
||||
GNC_BINDIR='${prefix}/bin'
|
||||
GNC_LIBDIR='${prefix}/lib'
|
||||
GNC_LIBDIR='${prefix}/lib/gnucash'
|
||||
GNC_CONFIGDIR=${sysconfdir}/gnucash
|
||||
GNC_SHAREDIR=${datadir}/gnucash
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user