grep: install to /bin

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-12-03 15:17:23 +01:00
parent 735f0cb339
commit 2b75c56366

View File

@ -2,5 +2,5 @@
. config/options $1
mkdir -p $INSTALL/usr/bin
cp $PKG_BUILD/src/grep $INSTALL/usr/bin
mkdir -p $INSTALL/bin
cp $PKG_BUILD/src/grep $INSTALL/bin