projects
/
nextcloud-desktop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c5ca05
)
create_mac_pkg.sh.cmake: increase space-in-filename resiliance
author
Daniel Molkentin
<danimo@owncloud.com>
Tue, 21 Apr 2015 13:42:51 +0000
(15:42 +0200)
committer
Daniel Molkentin
<danimo@owncloud.com>
Tue, 21 Apr 2015 13:42:51 +0000
(15:42 +0200)
admin/osx/create_mac_pkg.sh.cmake
patch
|
blob
|
history
diff --git
a/admin/osx/create_mac_pkg.sh.cmake
b/admin/osx/create_mac_pkg.sh.cmake
index 650f1178f88f4298dcade4a21fd5072729aa61d8..b04657f26f2859e58c7a43bdd7e29a43151aee3b 100755
(executable)
--- a/
admin/osx/create_mac_pkg.sh.cmake
+++ b/
admin/osx/create_mac_pkg.sh.cmake
@@
-50,7
+50,7
@@
if [ ! -z "$identity" ]; then
echo "Will try to sign the installer"
pushd $install_path
productsign --sign "$identity" "$installer_file" "$installer_file.new"
- mv "$installer_file".new
$installer_file
+ mv "$installer_file".new
"$installer_file"
popd
else
echo "No certificate given, will not sign the pkg"