Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
b241cb48
Commit
b241cb48
authored
May 27, 2009
by
Felix Paul Kühne
Committed by
Jean-Baptiste Kempf
May 30, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed distribution as dmg if srcdir != top_builddir
(cherry picked from commit
feec0f30
)
parent
6ab0bd53
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
Makefile.am
Makefile.am
+6
-5
No files found.
Makefile.am
View file @
b241cb48
...
...
@@ -1084,12 +1084,13 @@ package-macosx: VLC-release.app ChangeLog
else
\
cp
-R
"$(top_builddir)/VLC.app"
"$(top_builddir)/vlc-$(VERSION)/VLC.app"
;
\
fi
cd
"$(srcdir)"
&&
mkdir
-p
$(top_builddir)/vlc-$(VERSION)/Goodies/
&&
\
mkdir
-p
$(top_builddir)/vlc-$(VERSION)/Goodies/
&&
\
mkdir
-p
$(top_builddir)/vlc-$(VERSION)/.background/
&&
\
cp
AUTHORS
COPYING
ChangeLog
README
THANKS
NEWS
$(top_builddir)/vlc-$(VERSION)/Goodies/
&&
\
cp
-R
extras/package/macosx/Delete_Preferences.app
$(top_builddir)/vlc-$(VERSION)/Goodies/Delete\
VLC\
Preferences.app
&&
\
cp
extras/package/macosx/README.MacOSX.rtf
$(top_builddir)/vlc-$(VERSION)/Read\
Me.rtf
&&
\
cp
extras/package/macosx/Resources/about_bg.png
$(top_builddir)/vlc-$(VERSION)/.background/background.png
cp
$(srcdir)/AUTHORS
$(srcdir)/COPYING
$(srcdir)/README
$(srcdir)/THANKS
$(srcdir)/NEWS
$(top_builddir)/vlc-$(VERSION)/Goodies/
&&
\
cp
-R
$(srcdir)/extras/package/macosx/Delete_Preferences.app
$(top_builddir)/vlc-$(VERSION)/Goodies/Delete\
VLC\
Preferences.app
&&
\
cp
$(srcdir)/extras/package/macosx/README.MacOSX.rtf
$(top_builddir)/vlc-$(VERSION)/Read\
Me.rtf
&&
\
cp
$(srcdir)/extras/package/macosx/Resources/about_bg.png
$(top_builddir)/vlc-$(VERSION)/.background/background.png
cp
-L
$(top_builddir)/ChangeLog
$(top_builddir)/vlc-$(VERSION)/Goodies/
# Place a link to the application folder
ln
-s
/Applications
$(top_builddir)/vlc-$(VERSION)/Applications
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment