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: 07-Dec-2006 22:33:41
Branch: HEAD Handle: 2006120721334100
Modified files:
openpkg-src/gnupg gnupg.spec
Log:
fix filesystem layout
Summary:
Revision Changes Path
1.70 +3 -1 openpkg-src/gnupg/gnupg.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/gnupg/gnupg.spec
============================================================================
$ cvs diff -u -r1.69 -r1.70 gnupg.spec
--- openpkg-src/gnupg/gnupg.spec 6 Dec 2006 17:09:25 -0000 1.69
+++ openpkg-src/gnupg/gnupg.spec 7 Dec 2006 21:33:41 -0000 1.70
@@ -33,7 +33,7 @@
Group: PGP
License: GPL
Version: 1.4.6
-Release: 20061206
+Release: 20061207
# package options
%option with_curl no
@@ -103,6 +103,8 @@
LIBS="$LIBS" \
./configure \
--prefix=%{l_prefix} \
+ --mandir=%{l_prefix}/man \
+ --infodir=%{l_prefix}/info \
--with-zlib=%{l_prefix} \
--with-bzip2=%{l_prefix} \
--with-readline=%{l_prefix} \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]