1
0
mirror of synced 2026-04-15 15:49:48 +00:00

2006-06-09 13:36:14 by steve

Use a fully qualified path to the 'common.sh', so we don't need to
 use chdir() when running our hooks
This commit is contained in:
steve
2006-06-09 13:36:14 +00:00
parent f5c3c4b625
commit d10e0ef0f2
23 changed files with 46 additions and 46 deletions

View File

@@ -15,8 +15,8 @@ dist=$2
#
# Source our common functions
#
if [ -e ../common.sh ]; then
. ../common.sh
if [ -e /usr/lib/xen-tools/common.sh ]; then
. /usr/lib/xen-tools/common.sh
fi

View File

@@ -13,8 +13,8 @@ prefix=$1
#
# Source our common functions
#
if [ -e ../common.sh ]; then
. ../common.sh
if [ -e /usr/lib/xen-tools/common.sh ]; then
. /usr/lib/xen-tools/common.sh
fi

View File

@@ -16,8 +16,8 @@ prefix=$1
#
# Source our common functions
#
if [ -e ../common.sh ]; then
. ../common.sh
if [ -e /usr/lib/xen-tools/common.sh ]; then
. /usr/lib/xen-tools/common.sh
fi

View File

@@ -14,8 +14,8 @@ prefix=$1
#
# Source our common functions
#
if [ -e ../common.sh ]; then
. ../common.sh
if [ -e /usr/lib/xen-tools/common.sh ]; then
. /usr/lib/xen-tools/common.sh
fi

View File

@@ -15,8 +15,8 @@ prefix=$1
#
# Source our common functions
#
if [ -e ../common.sh ]; then
. ../common.sh
if [ -e /usr/lib/xen-tools/common.sh ]; then
. /usr/lib/xen-tools/common.sh
fi

View File

@@ -15,8 +15,8 @@ prefix=$1
#
# Source our common functions
#
if [ -e ../common.sh ]; then
. ../common.sh
if [ -e /usr/lib/xen-tools/common.sh ]; then
. /usr/lib/xen-tools/common.sh
fi

View File

@@ -11,8 +11,8 @@ prefix=$1
#
# Source our common functions
#
if [ -e ../common.sh ]; then
. ../common.sh
if [ -e /usr/lib/xen-tools/common.sh ]; then
. /usr/lib/xen-tools/common.sh
fi

View File

@@ -13,8 +13,8 @@ prefix=$1
#
# Source our common functions
#
if [ -e ../common.sh ]; then
. ../common.sh
if [ -e /usr/lib/xen-tools/common.sh ]; then
. /usr/lib/xen-tools/common.sh
fi

View File

@@ -15,8 +15,8 @@ dist=$2
#
# Source our common functions
#
if [ -e ../common.sh ]; then
. ../common.sh
if [ -e /usr/lib/xen-tools/common.sh ]; then
. /usr/lib/xen-tools/common.sh
fi

View File

@@ -17,8 +17,8 @@ prefix=$1
#
# Source our common functions
#
if [ -e ../common.sh ]; then
. ../common.sh
if [ -e /usr/lib/xen-tools/common.sh ]; then
. /usr/lib/xen-tools/common.sh
fi

View File

@@ -12,8 +12,8 @@ prefix=$1
#
# Source our common functions
#
if [ -e ../common.sh ]; then
. ../common.sh
if [ -e /usr/lib/xen-tools/common.sh ]; then
. /usr/lib/xen-tools/common.sh
fi

View File

@@ -12,8 +12,8 @@ prefix=$1
#
# Source our common functions
#
if [ -e ../common.sh ]; then
. ../common.sh
if [ -e /usr/lib/xen-tools/common.sh ]; then
. /usr/lib/xen-tools/common.sh
fi

View File

@@ -13,8 +13,8 @@ prefix=$1
#
# Source our common functions
#
if [ -e ../common.sh ]; then
. ../common.sh
if [ -e /usr/lib/xen-tools/common.sh ]; then
. /usr/lib/xen-tools/common.sh
fi

View File

@@ -13,8 +13,8 @@ prefix=$1
#
# Source our common functions
#
if [ -e ../common.sh ]; then
. ../common.sh
if [ -e /usr/lib/xen-tools/common.sh ]; then
. /usr/lib/xen-tools/common.sh
fi

View File

@@ -16,8 +16,8 @@ prefix=$1
#
# Source our common functions
#
if [ -e ../common.sh ]; then
. ../common.sh
if [ -e /usr/lib/xen-tools/common.sh ]; then
. /usr/lib/xen-tools/common.sh
fi

View File

@@ -13,8 +13,8 @@ prefix=$1
#
# Source our common functions
#
if [ -e ../common.sh ]; then
. ../common.sh
if [ -e /usr/lib/xen-tools/common.sh ]; then
. /usr/lib/xen-tools/common.sh
fi

View File

@@ -15,8 +15,8 @@ prefix=$1
#
# Source our common functions
#
if [ -e ../common.sh ]; then
. ../common.sh
if [ -e /usr/lib/xen-tools/common.sh ]; then
. /usr/lib/xen-tools/common.sh
fi

View File

@@ -14,8 +14,8 @@ prefix=$1
#
# Source our common functions
#
if [ -e ../common.sh ]; then
. ../common.sh
if [ -e /usr/lib/xen-tools/common.sh ]; then
. /usr/lib/xen-tools/common.sh
fi

View File

@@ -11,8 +11,8 @@ prefix=$1
#
# Source our common functions
#
if [ -e ../common.sh ]; then
. ../common.sh
if [ -e /usr/lib/xen-tools/common.sh ]; then
. /usr/lib/xen-tools/common.sh
fi

View File

@@ -15,8 +15,8 @@ prefix=$1
#
# Source our common functions
#
if [ -e ../common.sh ]; then
. ../common.sh
if [ -e /usr/lib/xen-tools/common.sh ]; then
. /usr/lib/xen-tools/common.sh
fi

View File

@@ -20,8 +20,8 @@ dist=$2
#
# Source our common functions
#
if [ -e ../common.sh ]; then
. ../common.sh
if [ -e /usr/lib/xen-tools/common.sh ]; then
. /usr/lib/xen-tools/common.sh
fi

View File

@@ -17,8 +17,8 @@ prefix=$1
#
# Source our common functions
#
if [ -e ../common.sh ]; then
. ../common.sh
if [ -e /usr/lib/xen-tools/common.sh ]; then
. /usr/lib/xen-tools/common.sh
fi

View File

@@ -13,8 +13,8 @@ prefix=$1
#
# Source our common functions
#
if [ -e ../common.sh ]; then
. ../common.sh
if [ -e /usr/lib/xen-tools/common.sh ]; then
. /usr/lib/xen-tools/common.sh
fi