OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 10-Oct-2007 10:46:21
Branch: HEAD Handle: 2007101009462000
Modified files:
openpkg-src/which which.spec
Log:
upgrading package: which 2.16 -> 2.17
Summary:
Revision Changes Path
1.15 +5 -3 openpkg-src/which/which.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/which/which.spec
============================================================================
$ cvs diff -u -r1.14 -r1.15 which.spec
--- openpkg-src/which/which.spec 1 Jan 2007 17:42:48 -0000 1.14
+++ openpkg-src/which/which.spec 10 Oct 2007 08:46:20 -0000 1.15
@@ -32,8 +32,8 @@
Class: PLUS
Group: ShellUtils
License: GPL
-Version: 2.16
-Release: 20061013
+Version: 2.17
+Release: 20071010
# list of sources
Source0: http://www.xs4all.nl/~carlo17/which/which-%{version}.tar.gz
@@ -70,7 +70,9 @@
CPPFLAGS="%{l_cppflags}" \
LDFLAGS="%{l_ldflags}" \
./configure \
- --prefix=%{l_prefix}
+ --prefix=%{l_prefix} \
+ --mandir=%{l_prefix}/man \
+ --infodir=%{l_prefix}/info
%{l_make} %{l_mflags -O}
%install
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]