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" -