OS X: Quote the installer filename

Viel hilft viel
This commit is contained in:
Markus Goetz 2014-08-27 12:49:22 +02:00
parent 5490063b7e
commit 61138b58bf

View file

@ -20,11 +20,11 @@ build_path=$2
prjfile=$build_path/admin/osx/macosx.pkgproj prjfile=$build_path/admin/osx/macosx.pkgproj
# The name of the installer package # The name of the installer package
installer=ownCloud-@MIRALL_VERSION_STRING@ installer="ownCloud-@MIRALL_VERSION_STRING@"
installer_file=$installer.pkg installer_file="$installer.pkg"
# set the installer name to the copied prj config file # set the installer name to the copied prj config file
/usr/local/bin/packagesutil --file $prjfile set project name $installer /usr/local/bin/packagesutil --file $prjfile set project name "$installer"
# The command line tool of the "Packages" tool, see link above. # The command line tool of the "Packages" tool, see link above.
pkgbuild=/usr/local/bin/packagesbuild pkgbuild=/usr/local/bin/packagesbuild