1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-19 12:21:52 +02:00

Strip vlc plugin folder correctly

This commit is contained in:
Dominik Schmidt
2014-10-26 00:01:46 +02:00
parent 4ba370590e
commit 0701c752d6

View File

@@ -50,6 +50,7 @@ tar xvjf pvlc.tar.bz2
# this is for vlc-2.x
cd vlc/plugins
rm -rvf \
video_*/ \
gui/ \
@@ -76,8 +77,8 @@ rm -rvf \
**/liblibbluray_plugin* \
**/libdtv_plugin* \
**/*.dll.a \
**/*.la
**/*.la \
misc/liblogger_plugin*
echo "Downloaded and stripped VLC"