OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 01-Mar-2007 22:04:20
Branch: HEAD Handle: 2007030121042000
Modified files:
openpkg-src/highlight highlight.spec
Log:
fix path to config file
Summary:
Revision Changes Path
1.17 +2 -1 openpkg-src/highlight/highlight.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/highlight/highlight.spec
============================================================================
$ cvs diff -u -r1.16 -r1.17 highlight.spec
--- openpkg-src/highlight/highlight.spec 1 Mar 2007 20:09:36 -0000
1.16
+++ openpkg-src/highlight/highlight.spec 1 Mar 2007 21:04:20 -0000
1.17
@@ -67,7 +67,8 @@
%build
%{l_make} %{l_mflags} \
- data_dir=%{l_prefix}/share/highlight/
+ data_dir=%{l_prefix}/share/highlight/ \
+ conf_dir=%{l_prefix}/etc/highlight/
%install
rm -rf $RPM_BUILD_ROOT
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]