Files
Arch-R/packages/python/web/TwistedCore/install
Stephan Raue 4c8cb5a861 TwistedCore: fix install
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-08-25 22:38:26 +02:00

12 lines
195 B
Bash
Executable File

#!/bin/sh
. config/options $1
BUILD_DIR=`ls -d $PKG_BUILD`
. config/options.python
cp -PR $BUILD_DIR/.install/* $INSTALL
mkdir -p $INSTALL/usr/bin
cp $BUILD_DIR/bin/twistd $INSTALL/usr/bin