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: 05-Oct-2007 08:58:47
Branch: HEAD Handle: 2007100507584600
Modified files:
openpkg-src/pnet pnet.spec
Log:
fix paths
Summary:
Revision Changes Path
1.35 +3 -1 openpkg-src/pnet/pnet.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/pnet/pnet.spec
============================================================================
$ cvs diff -u -r1.34 -r1.35 pnet.spec
--- openpkg-src/pnet/pnet.spec 16 Sep 2007 10:32:34 -0000 1.34
+++ openpkg-src/pnet/pnet.spec 5 Oct 2007 06:58:46 -0000 1.35
@@ -33,7 +33,7 @@
Group: Language
License: GPL
Version: 0.8.0
-Release: 20070916
+Release: 20071005
# package options
%option with_threads yes
@@ -89,6 +89,8 @@
LDFLAGS="%{l_ldflags}" \
./configure \
--prefix=%{l_prefix} \
+ --mandir=%{l_prefix}/man \
+ --infodir=%{l_prefix}/info \
%if "%{with_threads}" == "yes"
--enable-threads=posix \
%else
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]