summaryrefslogtreecommitdiff
path: root/community/vdrift/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/vdrift/PKGBUILD')
-rw-r--r--community/vdrift/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/community/vdrift/PKGBUILD b/community/vdrift/PKGBUILD
index 07bf63bfd..b9a6a2343 100644
--- a/community/vdrift/PKGBUILD
+++ b/community/vdrift/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 62149 2012-01-16 19:53:31Z dreisner $
+# $Id: PKGBUILD 64535 2012-02-15 23:50:18Z svenstaro $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Anton Bazhenov <anton.bazhenov at gmail>
# Contributor: Lone_Wolf lonewolf@xs4all.nl
pkgname=vdrift
pkgver=2011.10.22
-pkgrel=3
+pkgrel=4
pkgdesc="An open source driving simulation made with drift racing in mind"
arch=('i686' 'x86_64')
url="http://vdrift.net/"
@@ -47,6 +47,7 @@ package() {
# install .desktop file
install -Dm644 $pkgname.desktop "$pkgdir"/usr/share/applications/$pkgname.desktop
+ sed -i '1 s/^\xef\xbb\xbf//' "$pkgdir"/usr/share/applications/$pkgname.desktop # remove BOM (WHY IS THERE?)
# install icons
install -Dm644 data/textures/icons/vdrift-16x16.png \