Revision: 13884
          http://gar.svn.sourceforge.net/gar/?rev=13884&view=rev
Author:   theferret
Date:     2011-03-20 21:54:16 +0000 (Sun, 20 Mar 2011)

Log Message:
-----------
Fixed functional overlap error against gfile, in checkpkg

Modified Paths:
--------------
    csw/mgar/pkg/cswutils/trunk/files/checkpkg

Modified: csw/mgar/pkg/cswutils/trunk/files/checkpkg
===================================================================
--- csw/mgar/pkg/cswutils/trunk/files/checkpkg  2011-03-20 21:44:47 UTC (rev 
13883)
+++ csw/mgar/pkg/cswutils/trunk/files/checkpkg  2011-03-20 21:54:16 UTC (rev 
13884)
@@ -19,8 +19,11 @@
 PKGPREF=CSW
 
 
-PATH=$PATH:/usr/sbin
+#Modifing path here, both to have sysadmin type tools in path, but also
+# to force use of /usr/bin/file, vs /opt/csw/gnu/file, which breaks things
 
+PATH=/usr/bin:/usr/sbin:$PATH
+
 # This is actually a base for tmpfiles, not the full name
 # Most things go into EXTRACTDIR, lower down
 TMPDIR=${TMPDIR:-/tmp}


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.
_______________________________________________
devel mailing list
devel@lists.opencsw.org
https://lists.opencsw.org/mailman/listinfo/devel

Reply via email to