improving var set

This commit is contained in:
Ash Wilson 2016-04-14 19:03:02 -07:00
parent f6f0662da3
commit a5f62b6e78
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ cd $THISPATH
# Now, we check to see that the version env var is set
${CPACK_PACKAGE_VERSION:?"Need to set CPACK_PACKAGE_VERSION env var!"}
$CPACK_DEBIAN_PACKAGE_ARCHITECTURE=`dpkg --print-architecture`
export $CPACK_DEBIAN_PACKAGE_ARCHITECTURE=`dpkg --print-architecture`
# OK, now we get down to the business of building...
rm -rf ./build