Fix definition of application name in Fedora based mingw packaging scripts

Probably needs to be configurable at some point
This commit is contained in:
Tim Mayberry
2014-12-01 21:42:33 +07:00
parent dc4d76b1d4
commit e0d8d3f3d3

View File

@@ -43,7 +43,7 @@ BUILD_DIR=$BASE/build
BUILD_CACHE_FILE=$BUILD_DIR/c4che/_cache.py
TOOLS_DIR=$BASE/tools/windows_packaging
APPNAME=`grep -m 1 '^APPNAME' $BASE/wscript | awk '{print $3}' | sed "s/'//g"`
APPNAME=Ardour
# These are only relevant after a build
if test -f $BUILD_CACHE_FILE