SF.net SVN: gar:[23326] csw/mgar/pkg/torsocks/trunk/Makefile
jake_goerzen at users.sourceforge.net
jake_goerzen at users.sourceforge.net
Fri Apr 4 19:56:34 CEST 2014
Revision: 23326
http://sourceforge.net/p/gar/code/23326
Author: jake_goerzen
Date: 2014-04-04 17:56:32 +0000 (Fri, 04 Apr 2014)
Log Message:
-----------
torsocks: replace shell in wrapper executable scripts
Modified Paths:
--------------
csw/mgar/pkg/torsocks/trunk/Makefile
Modified: csw/mgar/pkg/torsocks/trunk/Makefile
===================================================================
--- csw/mgar/pkg/torsocks/trunk/Makefile 2014-04-04 10:33:11 UTC (rev 23325)
+++ csw/mgar/pkg/torsocks/trunk/Makefile 2014-04-04 17:56:32 UTC (rev 23326)
@@ -15,6 +15,13 @@
PATCHFILES = torsocks-HEAD-2034625.nww.solaris.patch
+# replace shell in wrapper executable scripts
+REINPLACEMENTS += shell
+REINPLACE_MATCH_shell = /bin/sh
+REINPLACE_WITH_shell = /opt/csw/bin/bash
+REINPLACE_FILES_shell += src/torsocks.in
+REINPLACE_FILES_shell += src/usewithtor.in
+
CONFIGURE_ARGS = $(DIRPATHS)
include gar/category.mk
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list