openttd: fix short_desc for data subpackage
This commit is contained in:
parent
d6737762ca
commit
44fc621a9e
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'openttd'
|
# Template file for 'openttd'
|
||||||
pkgname=openttd
|
pkgname=openttd
|
||||||
version=1.6.1
|
version=1.6.1
|
||||||
revision=1
|
revision=2
|
||||||
_gfxver=0.5.4
|
_gfxver=0.5.4
|
||||||
_sfxver=0.2.3
|
_sfxver=0.2.3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -47,7 +47,7 @@ do_configure() {
|
||||||
}
|
}
|
||||||
|
|
||||||
openttd-data_package() {
|
openttd-data_package() {
|
||||||
short_desc=" - data files"
|
short_desc+=" - data files"
|
||||||
noarch=yes
|
noarch=yes
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/share/openttd
|
vmove usr/share/openttd
|
||||||
|
|
Loading…
Reference in New Issue