mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
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
|
_objects_version=1.0.12
|
||||||
_titles_version=0.1.2
|
_titles_version=0.1.2
|
||||||
version=0.2.4
|
version=0.2.4
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="$(vopt_if multiplayer "" "-DDISABLE_HTTP_TWITCH=1 -DDISABLE_NETWORK=1")"
|
configure_args="$(vopt_if multiplayer "" "-DDISABLE_HTTP_TWITCH=1 -DDISABLE_NETWORK=1")"
|
||||||
hostmakedepends="pkg-config unzip"
|
hostmakedepends="pkg-config unzip"
|
||||||
|
@ -49,7 +49,7 @@ post_extract() {
|
||||||
|
|
||||||
OpenRCT2-data_package() {
|
OpenRCT2-data_package() {
|
||||||
short_desc+=" - data files"
|
short_desc+=" - data files"
|
||||||
noarch=yes
|
archs=noarch
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/share/openrct2
|
vmove usr/share/openrct2
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue