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: 04-Oct-2006 11:28:10
Branch: HEAD Handle: 2006100410281000
Modified files:
openpkg-src/shiela shiela.spec
Log:
fix mandir
Summary:
Revision Changes Path
1.51 +2 -1 openpkg-src/shiela/shiela.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/shiela/shiela.spec
============================================================================
$ cvs diff -u -r1.50 -r1.51 shiela.spec
--- openpkg-src/shiela/shiela.spec 25 Jul 2006 13:08:20 -0000 1.50
+++ openpkg-src/shiela/shiela.spec 4 Oct 2006 09:28:10 -0000 1.51
@@ -33,7 +33,7 @@
Group: SCM
License: GPL
Version: 1.1.7
-Release: 20060725
+Release: 20061004
# list of sources
Source0: ftp://ftp.ossp.org/pkg/tool/shiela/shiela-%{version}.tar.gz
@@ -70,6 +70,7 @@
%build
./configure \
--prefix=%{l_prefix} \
+ --mandir=%{l_prefix}/man \
--with-perl=%{l_prefix}/bin/perl \
--with-cvs=%{l_prefix}/bin/cvs
%{l_make} %{l_mflags -O}
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]