vdr-wirbelscan: remove 'rename' script

This commit is contained in:
Stefan Saraev 2013-10-25 21:20:18 +03:00
parent 0112b74802
commit 9c7173e2f7
2 changed files with 4 additions and 6 deletions

View File

@ -41,6 +41,10 @@ PKG_MAKE_OPTS_TARGET="VDRDIR=$ROOT/$BUILD/$VDR_DIR \
LIBDIR=\".\" \
LOCALEDIR=\"./locale\""
post_unpack() {
mv $ROOT/$BUILD/wirbelscan-${PKG_VERSION} $ROOT/$BUILD/${PKG_NAME}-${PKG_VERSION}
}
pre_configure_target() {
export CFLAGS="$CFLAGS -fPIC"
export CXXFLAGS="$CXXFLAGS -fPIC"

View File

@ -1,6 +0,0 @@
#!/bin/sh
. config/options $1
cd $BUILD
mv wirbelscan-${PKG_VERSION} ${PKG_NAME}-${PKG_VERSION}