From 75d856f630b7727fde9ea229ee57fc9c2c8f92dc Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Tue, 20 Dec 2011 16:50:59 +0100 Subject: fix BUILDS_FOR mechanism --- bin/nwt-build-package | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/nwt-build-package') diff --git a/bin/nwt-build-package b/bin/nwt-build-package index 3ba1890..338a0b2 100755 --- a/bin/nwt-build-package +++ b/bin/nwt-build-package @@ -136,7 +136,7 @@ EOF build_packages() { # use pbuilder for building all variants of this package - cat BUILDS_FOR | egrep -v '(^$|^#.*$)' | while read line; do + cat $PROJECT_DIR/BUILDS_FOR | egrep -v '(^$|^#.*$)' | while read line; do l_DIST=$(echo $line | cut -d":" -f1 | tr [A-Z] [a-z]) CODENAMES=${CODENAMES:-$(echo $line | cut -d":" -f2- | tr [A-Z] [a#-z])} echo "$DIST_SUPPORTED" | grep $l_DIST >/dev/null && { -- cgit v1.2.3