more toolchain + stage 1 updates
[hdw-linux/hdw-linux.git] / packages / base / findutils / findutils
1 # hdw - linux findutils package
2 #
3 # author: hackbard@hackdaworld.dyndns.org
4 #
5 # [V] 4.2.28
6 # [S] 1-2 2-7
7 # [D] findutils-4.2.28.tar.gz ftp://ftp.gnu.org/pub/gnu/findutils/
8
9 if [ "$stage" = "2" ] ; then
10         confopt=${confopt//--local* /--localstatedir=$root/var/lib/locate }
11         confopt="$confopt --libexecdir=$prefix/lib/locate"
12         mkdir -p $root/{usr,var}/lib/locate
13 fi