[vlc-commits] macosx: fix packaging if no window server is present
Felix Paul Kühne
git at videolan.org
Sat Mar 22 21:29:08 CET 2014
npapi-vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sat Mar 22 21:29:05 2014 +0100| [ebe759fceb905894dedb12d6eac22a7c9afcdb10] | committer: Felix Paul Kühne
macosx: fix packaging if no window server is present
> http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=ebe759fceb905894dedb12d6eac22a7c9afcdb10
---
extras/macosx/create-dmg.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/extras/macosx/create-dmg.sh b/extras/macosx/create-dmg.sh
index 910b93b..d1a1687 100755
--- a/extras/macosx/create-dmg.sh
+++ b/extras/macosx/create-dmg.sh
@@ -52,7 +52,7 @@ mkdir -p ./mount
info "Moving file icons around"
hdiutil attach -readwrite -noverify -noautoopen -mountRoot ./mount ${DMGITEMNAME}-rw.dmg
-osascript "${npapiroot}"/extras/macosx/dmg_setup.scpt "${DMGFOLDERNAME}"
+-osascript "${npapiroot}"/extras/macosx/dmg_setup.scpt "${DMGFOLDERNAME}"
hdiutil detach ./mount/"${DMGFOLDERNAME}"
info "Compressing disk-image"
More information about the vlc-commits
mailing list