]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
findutils: Move to /usr.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 14 Apr 2012 20:42:17 +0000 (22:42 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 14 Apr 2012 20:43:14 +0000 (22:43 +0200)
findutils/findutils.nm

index 652d138eec324fd6187d341205b30c81bfac739f..c05b86743b07cdd1b38183f0546bc91a7b0b206c 100644 (file)
@@ -5,7 +5,7 @@
 
 name       = findutils
 version    = 4.5.10
-release    = 2
+release    = 3
 
 groups     = System/Tools
 url        = http://www.gnu.org/software/findutils/
@@ -35,18 +35,19 @@ build
        test
                make check
        end
-
-       install_cmds
-               mkdir -pv %{BUILDROOT}/bin
-               mv -v %{BUILDROOT}/usr/bin/find %{BUILDROOT}/bin
-
-               sed -i -e 's/find:=${BINDIR}/find:=\/bin/' %{BUILDROOT}/usr/bin/updatedb
-       end
 end
 
 packages
        package %{name}
                groups += Base Build
+
+               provides
+                       /bin/find
+               end
+
+               conflicts
+                       filesystem < 002
+               end
        end
 
        package %{name}-debuginfo