grep: install bins to /usr/bin

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-11-05 01:01:29 +01:00
parent e4c9f8bc48
commit 69aace620e

View File

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