vlc: remove generated cache file from destdir.
This commit is contained in:
parent
d03e72b1d7
commit
a737a15ee9
|
@ -1,6 +1,7 @@
|
|||
# Template file for 'vlc'
|
||||
pkgname=vlc
|
||||
version=2.0.0
|
||||
revision=1
|
||||
distfiles="http://download.videolan.org/pub/videolan/vlc/$version/vlc-$version.tar.xz"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-gme --disable-libtar --disable-jack
|
||||
|
@ -92,6 +93,7 @@ post_install() {
|
|||
rm -rf ${DESTDIR}/usr/lib/pkgconfig
|
||||
rm -f ${DESTDIR}/usr/bin/vlc-config
|
||||
rm -f ${DESTDIR}/usr/share/man/man1/vlc-config.1
|
||||
rm -f ${DESTDIR}/usr/lib/vlc/plugins/plugins.dat
|
||||
|
||||
install -d ${DESTDIR}/usr/share/pixmaps
|
||||
cd ${DESTDIR}/usr/share/pixmaps && \
|
||||
|
|
Loading…
Reference in New Issue
Block a user