vdrift: fix wrong path
This commit is contained in:
parent
e8d31fe5af
commit
74c9255656
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'vdrift'
|
||||
pkgname=vdrift
|
||||
version=2014.10.20
|
||||
revision=6
|
||||
revision=7
|
||||
wrksrc="$pkgname"
|
||||
build_style=scons
|
||||
make_build_args="release=1 force_feedback=1 extbullet=1 datadir=share/${pkgname}"
|
||||
|
@ -29,7 +29,7 @@ post_install() {
|
|||
usr/share/icons/hicolor/${f}x${f}/apps vdrift.png
|
||||
done
|
||||
vinstall data/textures/icons/vdrift-64x64.png 644 \
|
||||
usr/share/pixmapgs vdrift.png
|
||||
usr/share/pixmaps vdrift.png
|
||||
}
|
||||
|
||||
vdrift-data_package() {
|
||||
|
|
Loading…
Reference in New Issue