summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2008-05-23 14:12:22 +0000
committerSamuli Suominen <drac@gentoo.org>2008-05-23 14:12:22 +0000
commite1b27898cccbd361552264867739291b7164a2ef (patch)
treedaf2db58b65ddd2f6e1d8b40636a860f12a34107 /app-text/highlight/files
parentSparc stable --- Bug #223343 --- builds fine and test passes. (diff)
downloadgentoo-2-e1b27898cccbd361552264867739291b7164a2ef.tar.gz
gentoo-2-e1b27898cccbd361552264867739291b7164a2ef.tar.bz2
gentoo-2-e1b27898cccbd361552264867739291b7164a2ef.zip
Version bump. Move filetypes.conf back to where it belongs wrt #222751, thanks to Jeroen Roovers.
(Portage version: 2.1.5.2)
Diffstat (limited to 'app-text/highlight/files')
-rw-r--r--app-text/highlight/files/highlight-2.6.10-conf_dir.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/app-text/highlight/files/highlight-2.6.10-conf_dir.patch b/app-text/highlight/files/highlight-2.6.10-conf_dir.patch
new file mode 100644
index 000000000000..f0d2a9b937df
--- /dev/null
+++ b/app-text/highlight/files/highlight-2.6.10-conf_dir.patch
@@ -0,0 +1,11 @@
+--- makefile 2008-03-26 22:17:36.000000000 +0100
++++ makefile. 2008-05-19 02:39:09.000000000 +0200
+@@ -25,7 +25,7 @@
+ examples_dir = ${PREFIX}/share/doc/highlight/examples/
+
+ # Location of the highlight config files:
+-conf_dir = ${PREFIX}/etc/highlight/
++conf_dir = /etc/highlight/
+
+ # Commands:
+ INSTALL_DATA=install -m644