Revision: 2456
http://gar.svn.sourceforge.net/gar/?rev=2456&view=rev
Author: bdwalton
Date: 2008-12-04 16:56:18 +0000 (Thu, 04 Dec 2008)
Log Message:
-----------
Explicitly set the PATH in install-catalog as we can't assume that /opt/csw/bin
is on the path like the linux version can (safely) assume /usr/bin is available.
This was breaking the preremove script in openjade.
Modified Paths:
--------------
csw/mgar/pkg/sgml-xml-common/trunk/checksums
csw/mgar/pkg/sgml-xml-common/trunk/files/install-catalog-sanity.patch
Modified: csw/mgar/pkg/sgml-xml-common/trunk/checksums
===================================================================
--- csw/mgar/pkg/sgml-xml-common/trunk/checksums 2008-12-03 19:44:48 UTC
(rev 2455)
+++ csw/mgar/pkg/sgml-xml-common/trunk/checksums 2008-12-04 16:56:18 UTC
(rev 2456)
@@ -13,7 +13,7 @@
24ff49d6310889d0f423b35893623151 download/sgml-common-quotes.patch
b51552a733ae70753b6e7ea997a4e482 download/sgml-common-umask.patch
d36dcc47efa67f41d7e406386754bb67 download/sgml-common-xmldir.patch
-c88f3684fc232953555393fb8e0de9e4 download/install-catalog-sanity.patch
+78febdc7f5b8535ef5e90e2c94a6e804 download/install-catalog-sanity.patch
b35d53333ca6dbc6cd96f0135cd4f85d download/sgmlwhich-sanity.patch
99ac766ea29643aa33236a39596d943c download/configure-man.patch
12b32f2a5ad0ab2edb70bfb83f3aecd6 download/install-catalog-man.patch
Modified: csw/mgar/pkg/sgml-xml-common/trunk/files/install-catalog-sanity.patch
===================================================================
--- csw/mgar/pkg/sgml-xml-common/trunk/files/install-catalog-sanity.patch
2008-12-03 19:44:48 UTC (rev 2455)
+++ csw/mgar/pkg/sgml-xml-common/trunk/files/install-catalog-sanity.patch
2008-12-04 16:56:18 UTC (rev 2456)
@@ -1,8 +1,11 @@
--- sgml-common-0.6.3/bin/install-catalog.in.orig 2008-11-28
19:54:27.707251610 +0100
+++ sgml-common-0.6.3/bin/install-catalog.in 2008-11-28 21:43:50.645887927
+0100
-@@ -1,4 +1,4 @@
+@@ -1,4 +1,7 @@
-#!/bin/sh
+#!/opt/csw/bin/bash
++
++# make sure we can find ggrep and gsed
++PATH=/opt/csw/bin:$PATH
# Script to install a catalog in the centralized SGML catalog
# Send any comments to Eric Bischoff <[EMAIL PROTECTED]>
# This program is under GPL license. See LICENSE file for details.
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
devel mailing list
[email protected]
https://lists.opencsw.org/mailman/listinfo/devel