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.