diff options
Diffstat (limited to 'bin/nwt-build-package')
-rwxr-xr-x | bin/nwt-build-package | 2 |
1 files changed, 1 insertions, 1 deletions
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 && { |