OpenRCT2: fix archs=noarch for the -data subpkg
This commit is contained in:
parent
c722877ef8
commit
4cfceb8029
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ pkgname=OpenRCT2
|
|||
_objects_version=1.0.12
|
||||
_titles_version=0.1.2
|
||||
version=0.2.4
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=cmake
|
||||
configure_args="$(vopt_if multiplayer "" "-DDISABLE_HTTP_TWITCH=1 -DDISABLE_NETWORK=1")"
|
||||
hostmakedepends="pkg-config unzip"
|
||||
|
@ -49,7 +49,7 @@ post_extract() {
|
|||
|
||||
OpenRCT2-data_package() {
|
||||
short_desc+=" - data files"
|
||||
noarch=yes
|
||||
archs=noarch
|
||||
pkg_install() {
|
||||
vmove usr/share/openrct2
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue