Unbreak finance/gnucash build with GUILE2 option.

Removal of the /usr/bin/perl symlink exposed a perl script used by
the build that needs shebangfix.

PR:		200251
Approved by:	mat (mentor, implicit)
This commit is contained in:
Don Lewis 2015-05-20 21:56:42 +00:00
parent 329e9a17bb
commit 566131de7c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=386897

View File

@ -68,7 +68,7 @@ CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS= --disable-error-on-warning \
--disable-doxygen
SHEBANG_FILES= src/quotes/gnc-fq-dump
SHEBANG_FILES= src/gnc-test-env.pl src/quotes/gnc-fq-dump
GLIB_SCHEMAS= org.gnucash.dialogs.business.gschema.xml \
org.gnucash.dialogs.checkprinting.gschema.xml \