vlc: fix plugins cache generation

This commit is contained in:
Piotr Wójcik 2018-05-08 23:32:02 +02:00 committed by Enno Boland
parent f8c233ec00
commit 71115bb449
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ case "${ACTION}" in
post) post)
if [ -x "${_vlccachegen}" ]; then if [ -x "${_vlccachegen}" ]; then
echo "Rebuilding VLC plugins cache file..." echo "Rebuilding VLC plugins cache file..."
${_vlccachegen} -f usr/lib/vlc/plugins ${_vlccachegen} usr/lib/vlc/plugins
fi fi
;; ;;
esac esac

View file

@ -1,7 +1,7 @@
# Template file for 'vlc' # Template file for 'vlc'
pkgname=vlc pkgname=vlc
version=3.0.2 version=3.0.2
revision=1 revision=2
build_style=gnu-configure build_style=gnu-configure
configure_args="--disable-gme --disable-libtar --enable-jack configure_args="--disable-gme --disable-libtar --enable-jack
--disable-live555 --disable-fluidsynth --enable-dvdread --disable-live555 --disable-fluidsynth --enable-dvdread