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

Strip vlc plugin folder correctly

This commit is contained in:
Dominik Schmidt
2014-10-26 00:01:46 +02:00
parent 2678850700
commit b9f80cbdd3

View File

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