SF.net SVN: gar:[26777] csw/mgar/pkg/lang-python/py3c/trunk/Makefile
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Mon Aug 30 16:00:19 CEST 2021
Revision: 26777
http://sourceforge.net/p/gar/code/26777
Author: dmichelsen
Date: 2021-08-30 14:00:19 +0000 (Mon, 30 Aug 2021)
Log Message:
-----------
lang-python/py3c/trunk: Adjust install PATH
Modified Paths:
--------------
csw/mgar/pkg/lang-python/py3c/trunk/Makefile
Modified: csw/mgar/pkg/lang-python/py3c/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/py3c/trunk/Makefile 2021-08-30 13:56:39 UTC (rev 26776)
+++ csw/mgar/pkg/lang-python/py3c/trunk/Makefile 2021-08-30 14:00:19 UTC (rev 26777)
@@ -27,7 +27,7 @@
#TEST_TARGET = test
TEST_SCRIPTS =
-# We need UCB install
-INSTALL_ENV_PATH = /usr/ucb:$(PATH)
+# We need UCB install and GNU sed as 'sed'
+INSTALL_ENV_PATH = /usr/ucb:/opt/csw/gnu:$(PATH)
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