mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
grep:
- grep depends on pcre - cleanups
This commit is contained in:
@@ -3,12 +3,11 @@
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
$SCRIPTS/build pcre
|
||||
|
||||
cd $PKG_BUILD
|
||||
./configure --host=$TARGET_NAME \
|
||||
--build=$HOST_NAME \
|
||||
--prefix=/usr \
|
||||
--enable-shared \
|
||||
--disable-static \
|
||||
|
||||
make
|
||||
@@ -2,5 +2,7 @@
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/install pcre
|
||||
|
||||
mkdir -p $INSTALL/usr/bin
|
||||
cp -P $PKG_BUILD/src/grep $INSTALL/usr/bin
|
||||
cp $PKG_BUILD/src/grep $INSTALL/usr/bin
|
||||
|
||||
Reference in New Issue
Block a user