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
if [ -z "$1" ]; then
echo "usage: $0 package_name"

View File

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

View File

@@ -1,8 +1,6 @@
#!/bin/sh
. config/options
PKG_DIR=`find $PACKAGES -type d -name $1`
. config/options $1
if [ -z "$1" ]; then
echo "usage: $0 package_name"

View File

@@ -1,8 +1,6 @@
#!/bin/sh
. config/options
PKG_DIR=`find $PACKAGES -type d -name $1`
. config/options $1
if [ -z "$3" ]; then
echo "usage: $0 package_name file_pattern target_dir"

View File

@@ -1,8 +1,6 @@
#!/bin/sh
. config/options
PKG_DIR=`find $PACKAGES -type d -name $1`
. config/options $1
mkdir -p $STAMPS_NOARCH/$1
STAMP=$STAMPS_NOARCH/$1/get

View File

@@ -1,8 +1,6 @@
#!/bin/sh
. config/options
PKG_DIR=`find $PACKAGES -type d -name $1`
. config/options $1
if [ -z "$1" ]; then
echo "usage: $0 package_name"

View File

@@ -1,8 +1,6 @@
#!/bin/sh
. config/options
PKG_DIR=`find $PACKAGES -type d -name $1`
. config/options $1
if [ -z "$1" ]; then
echo "usage: $0 package_name"