Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
a7494394
Commit
a7494394
authored
May 06, 2003
by
Eric Petit
Browse files
Makefile.am: fixed BeOS package generation when all modules are built-in
parent
21c7ad61
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
a7494394
...
...
@@ -587,7 +587,10 @@ package-beos:
mv
tmp/vlc-${VERSION}-BeOS.zip
.
# Create package without debug symbols
strip
tmp/vlc-${VERSION}/vlc
tmp/vlc-${VERSION}/plugins/lib*_plugin.so
strip
tmp/vlc-${VERSION}/vlc
if
[
-d
tmp/vlc-${VERSION}/plugins
];
then
\
strip
tmp/vlc-${VERSION}/plugins/lib*_plugin.so;
\
fi
xres
-o
tmp/vlc-${VERSION}/vlc
share/vlc_beos.rsrc
mimeset
-f
tmp/vlc-${VERSION}/*
tmp/vlc-${VERSION}/*/*
(cd
tmp
;
zip
-9
-r
vlc-${VERSION}-BeOS-stripped.zip
vlc-${VERSION}
)
...
...
Write
Preview
Supports
Markdown
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