From 194f055e5a2b346dd500b765393bff87e1c43964 Mon Sep 17 00:00:00 2001 From: Stefan Fiedler Date: Fri, 2 Nov 2007 13:22:27 +0000 Subject: [PATCH] Stefan Fiedler: findutils: cleanup [2007091023134230999] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@8725 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/base/findutils/findutils.conf | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/package/base/findutils/findutils.conf b/package/base/findutils/findutils.conf index 49361c32a..c6edce2cb 100644 --- a/package/base/findutils/findutils.conf +++ b/package/base/findutils/findutils.conf @@ -1,3 +1,4 @@ +#!/bin/bash # --- ROCK-COPYRIGHT-NOTE-BEGIN --- # # This copyright note is auto-generated by ./scripts/Create-CopyPatch. @@ -26,12 +27,9 @@ fu_pm() { INSTALL_WRAPPER_FILTER="" ln -sfv ../../bin/xargs $root/usr/bin/xargs } -if [ $stagelevel -gt 0 ]; then - var_append INSTALL_WRAPPER_FILTER "|" \ - "sed -e 's,usr/bin/find,bin/find,' -e 's,usr/bin/xargs,bin/xargs,'" - hook_add postmake 3 "fu_pm" -fi +var_append INSTALL_WRAPPER_FILTER "|" \ + "sed -e 's,usr/bin/find,bin/find,' -e 's,usr/bin/xargs,bin/xargs,'" +hook_add postmake 3 "fu_pm" export CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE" export CFLAGS="$CFLAGS -D_FILE_OFFSET_BITS=64" -