vdr: build & install plugins

This commit is contained in:
Stefan Saraev 2013-04-14 12:39:07 +03:00
parent 72e764d1db
commit 2fb095e88f

View File

@ -29,6 +29,7 @@ cd $PKG_BUILD
cat > Make.config <<EOF
PLUGINLIBDIR = /usr/lib/vdr
PREFIX = /usr
VIDEODIR = /storage/videos
CONFDIR = /storage/.config/vdr
LOCDIR = /usr/share/locale
@ -46,3 +47,5 @@ fi
make vdr
make include-dir
make plugins
make install DESTDIR=$ROOT/$PKG_BUILD/.install/