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: 23-Aug-2007 00:50:58
Branch: HEAD Handle: 2007082223505600
Modified files:
openpkg-src/findutils findutils.spec
Log:
move charset.alias file from lib/ to lib/findutils/ in order to
resolve a file conflict with 'iconv' package
Summary:
Revision Changes Path
1.83 +2 -1 openpkg-src/findutils/findutils.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/findutils/findutils.spec
============================================================================
$ cvs diff -u -r1.82 -r1.83 findutils.spec
--- openpkg-src/findutils/findutils.spec 31 May 2007 15:56:47 -0000
1.82
+++ openpkg-src/findutils/findutils.spec 22 Aug 2007 22:50:56 -0000
1.83
@@ -33,7 +33,7 @@
Group: ShellUtils
License: GPL
Version: 4.2.31
-Release: 20070531
+Release: 20070823
# list of sources
Source0: ftp://ftp.gnu.org/gnu/findutils/findutils-%{version}.tar.gz
@@ -69,6 +69,7 @@
GREP="grep" \
./configure \
--prefix=%{l_prefix} \
+ --libdir=%{l_prefix}/lib/findutils \
--libexecdir=%{l_prefix}/libexec/findutils \
--datarootdir=%{l_prefix} \
--localstatedir=%{l_prefix}/var/findutils \
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]