Browse Source

Clifford Wolf:


			
			
				rocklinux
			
			
		
Clifford Wolf 17 years ago
parent
commit
f2f8066954
2 changed files with 6 additions and 7 deletions
  1. +2
    -2
      package/base/findutils/findutils.desc
  2. +4
    -5
      package/base/findutils/var_state.patch

+ 2
- 2
package/base/findutils/findutils.desc

@ -37,8 +37,8 @@
[L] GPL
[S] Stable
[V] 4.2.24
[V] 4.3.5
[P] X X1---5---9 105.400
[D] 1486913482 findutils-4.2.24.tar.gz ftp://alpha.gnu.org/gnu/findutils/
[D] 3775690072 findutils-4.3.5.tar.gz ftp://alpha.gnu.org/gnu/findutils/

+ 4
- 5
package/base/findutils/var_state.patch

@ -17,15 +17,14 @@
#
# --- ROCK-COPYRIGHT-NOTE-END ---
diff -Naur findutils-4.2.11/locate/Makefile.in findutils-4.2.11.new/locate/Makefile.in
--- findutils-4.2.11/locate/Makefile.in 2005-01-03 00:42:34.000000000 +0000
+++ findutils-4.2.11.new/locate/Makefile.in 2005-01-04 10:45:43.000000000 +0000
@@ -286,7 +286,7 @@
--- ./locate/Makefile.in.orig 2007-05-05 15:07:38.000000000 +0200
+++ ./locate/Makefile.in 2007-05-16 14:17:04.000000000 +0200
@@ -491,7 +491,7 @@
# The default database to build and search.
AUTOMAKE_OPTIONS = std-options
-LOCATE_DB = $(localstatedir)/locatedb
+LOCATE_DB = /var/state/locatedb
localedir = $(datadir)/locale
AM_INSTALLCHECK_STD_OPTIONS_EXEMPT = frcode code bigram
bin_SCRIPTS = updatedb
man_MANS = locate.1 updatedb.1 locatedb.5

Loading…
Cancel
Save