Skip to content

Commit

Permalink
Merge c9c1126 into 3a2ad7b
Browse files Browse the repository at this point in the history
  • Loading branch information
ssundarraj committed Jul 14, 2015
2 parents 3a2ad7b + c9c1126 commit 297bbc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_deb/build_deb.sh
Expand Up @@ -9,7 +9,7 @@ echo "Building $PACKAGE..."


# Sets the version in the control file.
VERSION=`python -c "print [r for r in open('ImageScraper.control', 'r').read().split('\n') if 'Version' in r][0].split(':')[-1].strip()"`
VERSION=`python -c "print [r for r in open('$PACKAGE.control', 'r').readlines() if 'Version' in r][0].split(':')[-1].strip()"`
ARCH=all


Expand Down

0 comments on commit 297bbc3

Please sign in to comment.