You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-text/sgml-common/files/sgml-common-0.6.3-prefix.patch

18 lines
664 B

--- a/bin/sgmlwhich 2007-10-08 04:21:25 +0200
+++ b/bin/sgmlwhich 2007-10-08 04:21:36 +0200
@@ -3,5 +3,5 @@
# Send any comments to Eric Bischoff <eric@caldera.de>
# This program is under GPL license. See LICENSE file for details.
-echo "/etc/sgml/sgml.conf"
+echo "@GENTOO_PORTAGE_EPREFIX@/etc/sgml/sgml.conf"
# Simple, isn't it? ;-)
--- a/config/sgml.conf 2000-11-17 09:36:11 +0100
+++ b/config/sgml.conf 2007-10-08 04:42:52 +0200
@@ -1,3 +1,3 @@
# /etc/sgml/sgml.conf conformant with LSB
-SGML_BASE_DIR=/usr/share/sgml
-SGML_CATALOGS_DIR=/etc/sgml
+SGML_BASE_DIR=@GENTOO_PORTAGE_EPREFIX@/usr/share/sgml
+SGML_CATALOGS_DIR=@GENTOO_PORTAGE_EPREFIX@/etc/sgml