[vlc-commits] force symlink creation
Rafaël Carré
git at videolan.org
Sat Nov 19 17:43:07 CET 2011
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Sat Nov 19 11:42:10 2011 -0500| [fd7c4d1e39c3d11b3653b0b710a7d4c77a46f090] | committer: Rafaël Carré
force symlink creation
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fd7c4d1e39c3d11b3653b0b710a7d4c77a46f090
---
extras/package/macosx/package.mak | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/extras/package/macosx/package.mak b/extras/package/macosx/package.mak
index 7216df5..0088958 100644
--- a/extras/package/macosx/package.mak
+++ b/extras/package/macosx/package.mak
@@ -106,7 +106,7 @@ package-macosx: VLC-release.app ChangeLog
cp $(srcdir)/extras/package/macosx/README.MacOSX.rtf $(top_builddir)/vlc-$(VERSION)/Read\ Me.rtf
mkdir -p $(top_builddir)/vlc-$(VERSION)/.background/
cp $(srcdir)/extras/package/macosx/Resources/about_bg.png $(top_builddir)/vlc-$(VERSION)/.background/background.png
- $(LN_S) /Applications $(top_builddir)/vlc-$(VERSION)/
+ $(LN_S) -f /Applications $(top_builddir)/vlc-$(VERSION)/
rm -f "$(top_builddir)/vlc-$(VERSION)-rw.dmg"
hdiutil create -verbose -srcfolder "$(top_builddir)/vlc-$(VERSION)" "$(top_builddir)/vlc-$(VERSION)-rw.dmg" -scrub
# Make sure the image is not writable
More information about the vlc-commits
mailing list