r21554 - gnucash/branches/2.4/src - [21553]Don't install a script that is only used for building and testing.

Geert Janssens gjanssens at code.gnucash.org
Thu Nov 10 12:24:32 EST 2011


Author: gjanssens
Date: 2011-11-10 12:24:32 -0500 (Thu, 10 Nov 2011)
New Revision: 21554
Trac: http://svn.gnucash.org/trac/changeset/21554

Modified:
   gnucash/branches/2.4/src/Makefile.am
Log:
[21553]Don't install a script that is only used for building and testing.
This fixes Secunia Advisory SA42048

Modified: gnucash/branches/2.4/src/Makefile.am
===================================================================
--- gnucash/branches/2.4/src/Makefile.am	2011-11-10 17:14:55 UTC (rev 21553)
+++ gnucash/branches/2.4/src/Makefile.am	2011-11-10 17:24:32 UTC (rev 21554)
@@ -39,7 +39,7 @@
 noinst_HEADERS = \
   swig-runtime.h
 
-bin_SCRIPTS = gnc-test-env
+noinst_DATA = gnc-test-env
 
 if BUILDING_FROM_SVN
 swig-runtime.h:



More information about the gnucash-changes mailing list