Files
Arch-R/packages/tools/evtest/install
Stephan Raue c1cb603a07 evtest: move to 'tools' package
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-12-19 11:22:48 +01:00

8 lines
146 B
Bash
Executable File

#!/bin/sh
. config/options $1
mkdir -p $INSTALL/usr/bin
cp $PKG_BUILD/evtest $INSTALL/usr/bin
cp $PKG_BUILD/evtest-capture $INSTALL/usr/bin