commit changes
This commit is contained in:
16
stage/toolchain/findutils.bash
Normal file
16
stage/toolchain/findutils.bash
Normal file
@@ -0,0 +1,16 @@
|
||||
|
||||
fetch $FINDUTILS_URL
|
||||
|
||||
cd "$SOURCES" && tar xf findutils-$FINDUTILS_VERSION.tar.xz && cd findutils-$FINDUTILS_VERSION
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--localstatedir=/var/lib/locate \
|
||||
--host=$TARGET \
|
||||
--build=$(build-aux/config.guess) \
|
||||
--silent \
|
||||
--quiet
|
||||
|
||||
make && make DESTDIR="$SYSROOT" install
|
||||
|
||||
cd "$SOURCES" && rm -rf findutils-$FINDUTILS_VERSION
|
||||
Reference in New Issue
Block a user