mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
misc patches from Myroslav Opyr <mopyr@IPM.Lviv.UA>
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1380 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
8beb62f8b9
commit
f1f4ad2c0d
@ -129,13 +129,13 @@ install:
|
|||||||
# Try to do this in a platform independent way...
|
# Try to do this in a platform independent way...
|
||||||
# Directories
|
# Directories
|
||||||
for dir in `find share/scm/ -type d`; do \
|
for dir in `find share/scm/ -type d`; do \
|
||||||
dest=`echo $$dir | cut -c 11-` \
|
dest=`echo $$dir | cut -c 11-` ;\
|
||||||
mkdir -p ${GNC_SHAREDIR}/scm/$$dest; \
|
mkdir -p ${GNC_SHAREDIR}/scm/$$dest; \
|
||||||
done
|
done
|
||||||
|
|
||||||
# Files
|
# Files
|
||||||
for file in `find share/scm/ -name "*.scm"`; do \
|
for file in `find share/scm/ -name "*.scm"`; do \
|
||||||
dest=`echo $$file | cut -c 11-` \
|
dest=`echo $$file | cut -c 11-` ;\
|
||||||
${INSTALL_DATA} $$file ${GNC_SHAREDIR}/scm/$$dest; \
|
${INSTALL_DATA} $$file ${GNC_SHAREDIR}/scm/$$dest; \
|
||||||
done
|
done
|
||||||
|
|
||||||
|
1
README
1
README
@ -322,6 +322,7 @@ Ted Lemon <mellon@andare.fugue.com> for NetBSD port
|
|||||||
G. Allen Morris III <gam3@ann.softgams.com> for QIF core dump
|
G. Allen Morris III <gam3@ann.softgams.com> for QIF core dump
|
||||||
Peter Norton <spacey@inch.com> for a valiant attempt at a GTK port
|
Peter Norton <spacey@inch.com> for a valiant attempt at a GTK port
|
||||||
OmNiBuS <webmaster@obsidian.uia.net> web site graphics & content
|
OmNiBuS <webmaster@obsidian.uia.net> web site graphics & content
|
||||||
|
Myroslav Opyr <mopyr@IPM.Lviv.UA> for misc patches
|
||||||
Alain Peyrat <Alain.Peyrat@nmu.alcatel.fr> for configure.in patches
|
Alain Peyrat <Alain.Peyrat@nmu.alcatel.fr> for configure.in patches
|
||||||
Gavin Porter <maufk@csv.warwick.ac.uk> for euro style dates
|
Gavin Porter <maufk@csv.warwick.ac.uk> for euro style dates
|
||||||
Ron Record <rr@sco.com> for SCO Unixware & OpenServer binaries
|
Ron Record <rr@sco.com> for SCO Unixware & OpenServer binaries
|
||||||
|
2
gnucash
2
gnucash
@ -8,4 +8,4 @@ GNC_ARGS="${GNC_ARGS} --load-path (\"(./share/scm)\")"
|
|||||||
GNC_ARGS="${GNC_ARGS} --doc-path (\"(./Docs)\"\"(./Reports)\")"
|
GNC_ARGS="${GNC_ARGS} --doc-path (\"(./Docs)\"\"(./Reports)\")"
|
||||||
|
|
||||||
# Run whichever one was built last.
|
# Run whichever one was built last.
|
||||||
exec gnucash.bin ${GNC_ARGS} $@
|
exec ./gnucash.bin ${GNC_ARGS} $@
|
||||||
|
Loading…
Reference in New Issue
Block a user