packages/*, scripts/*, config/options: remove $PKG_DIR declaration (now in config/path), include config/options with package name

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue
2010-07-21 18:54:45 +02:00
parent 4dacd698e1
commit c7cf1f753b
399 changed files with 403 additions and 485 deletions

View File

@@ -1,8 +1,6 @@
#!/bin/sh
. config/options
PKG_DIR=`find $PACKAGES -type d -name $1`
. config/options $1
clean ()
{