]> git.pld-linux.org Git - packages/findutils.git/commitdiff
- move xargs to /bin/ (used in geninitrd etc)
authorundefine <undefine@pld-linux.org>
Fri, 8 Oct 2004 19:27:08 +0000 (19:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    findutils.spec -> 1.64

findutils.spec

index 5c475ba21648ac3e0904e4c82a95e90b4570eb22..5b37601d9d693e62a610d05e3bdd9b32a707896c 100644 (file)
@@ -112,6 +112,9 @@ patch -p0 -d $RPM_BUILD_ROOT%{_mandir} < %{PATCH7}
 
 %find_lang %{name}
 
+install -d $RPM_BUILD_ROOT/bin
+mv $RPM_BUILD_ROOT%{_bindir}/xargs $RPM_BUILD_ROOT/bin
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -125,7 +128,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc NEWS README TODO ChangeLog
 %attr(755,root,root) %{_bindir}/find
-%attr(755,root,root) %{_bindir}/xargs
+%attr(755,root,root) /bin/xargs
 
 %{_mandir}/man1/[fx]*
 %lang(de) %{_mandir}/de/man1/[fx]*
This page took 0.0596 seconds and 4 git commands to generate.