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:38:07
Branch: HEAD Handle: 2006100410380600
Modified files:
openpkg-src/findutils findutils.spec
Log:
fix directory layout
Summary:
Revision Changes Path
1.77 +2 -1 openpkg-src/findutils/findutils.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/findutils/findutils.spec
============================================================================
$ cvs diff -u -r1.76 -r1.77 findutils.spec
--- openpkg-src/findutils/findutils.spec 3 Oct 2006 18:04:19 -0000
1.76
+++ openpkg-src/findutils/findutils.spec 4 Oct 2006 09:38:06 -0000
1.77
@@ -33,7 +33,7 @@
Group: ShellUtils
License: GPL
Version: 4.2.28
-Release: 20061003
+Release: 20061004
# list of sources
Source0: ftp://ftp.gnu.org/gnu/findutils/findutils-%{version}.tar.gz
@@ -70,6 +70,7 @@
./configure \
--prefix=%{l_prefix} \
--libexecdir=%{l_prefix}/libexec/findutils \
+ --datarootdir=%{l_prefix} \
--localstatedir=%{l_prefix}/var/findutils \
--disable-largefile \
--disable-nls
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]