Revision: 23861 http://sourceforge.net/p/gar/code/23861 Author: dmichelsen Date: 2014-07-26 21:20:30 +0000 (Sat, 26 Jul 2014) Log Message: ----------- scons/trunk: Use python2.7 as exec-name as reported in http://lists.opencsw.org/pipermail/maintainers/2014-July/019371.html
Modified Paths: -------------- csw/mgar/pkg/scons/trunk/Makefile Modified: csw/mgar/pkg/scons/trunk/Makefile =================================================================== --- csw/mgar/pkg/scons/trunk/Makefile 2014-07-26 20:06:59 UTC (rev 23860) +++ csw/mgar/pkg/scons/trunk/Makefile 2014-07-26 21:20:30 UTC (rev 23861) @@ -42,7 +42,7 @@ # scons needs Python 2.7 REINPLACEMENTS += python REINPLACE_MATCH_python = \#!.* -REINPLACE_WITH_python = \#!/opt/csw/bin/python27 +REINPLACE_WITH_python = \#!/opt/csw/bin/python2.7 REINPLACE_FILES_python += script/scons CONFIGURE_SCRIPTS = This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.