Files
Arch-R/packages/sysutils/grep/install
Stephan Raue 2b75c56366 grep: install to /bin
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-12-03 15:17:23 +01:00

7 lines
92 B
Bash
Executable File

#!/bin/sh
. config/options $1
mkdir -p $INSTALL/bin
cp $PKG_BUILD/src/grep $INSTALL/bin