Files
Arch-R/packages/debug/tvdump/install
Stephan Raue 6de36f49a4 tvdump: add meta file support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-11-14 16:16:24 +01:00

8 lines
199 B
Bash
Executable File

#!/bin/sh
. config/options $1
mkdir -p $INSTALL/usr/bin
cp $PKG_BUILD/tvdump $INSTALL/usr/bin
cp $PKG_BUILD/tvdump2code.py $INSTALL/usr/bin/tvdump2code
chmod +x $INSTALL/usr/bin/tvdump2code