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: 18-May-2006 09:18:24
Branch: HEAD Handle: 2006051808182400
Modified files:
openpkg-src/coreutils coreutils.spec
Log:
fix path of info and man dirs
Summary:
Revision Changes Path
1.53 +2 -0 openpkg-src/coreutils/coreutils.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/coreutils/coreutils.spec
============================================================================
$ cvs diff -u -r1.52 -r1.53 coreutils.spec
--- openpkg-src/coreutils/coreutils.spec 18 May 2006 06:45:07 -0000
1.52
+++ openpkg-src/coreutils/coreutils.spec 18 May 2006 07:18:24 -0000
1.53
@@ -94,6 +94,8 @@
HELP2MAN="true" \
./configure \
--prefix=%{l_prefix} \
+ --infodir=%{l_prefix}/info \
+ --mandir=%{l_prefix}/man \
--program-prefix=g \
--disable-nls
%{l_make} %{l_mflags -O}
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]