vlc: fix .desktop file

This commit is contained in:
Thomas Penteker 2014-05-13 10:38:59 +02:00
parent 7e90fffcc7
commit a1bcade0f6

View File

@ -6,7 +6,7 @@
name=vlc
version=2.1.4
release=1
release=2
source=(http://download.videolan.org/pub/videolan/$name/$version/$name-$version.tar.xz)
build() {
@ -24,4 +24,7 @@ build() {
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/doc
# fix desktop file
sed -i 's/--started-from-file//g' $PKG/usr/share/applications/vlc.desktop
}