mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-21 13:21:52 +02:00
Strip vlc plugin folder correctly
This commit is contained in:
@@ -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"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user