From b927be64147aeca92073feaeb5912f4babe81b2a Mon Sep 17 00:00:00 2001 From: John Date: Fri, 9 Oct 2020 21:04:19 +0200 Subject: [PATCH] Cataclysm-DDA: reorder subpackage the vmove of the subpackage are dependent on the order they are executed --- srcpkgs/Cataclysm-DDA/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/Cataclysm-DDA/template b/srcpkgs/Cataclysm-DDA/template index 218cb89ac36..bd97c21a597 100644 --- a/srcpkgs/Cataclysm-DDA/template +++ b/srcpkgs/Cataclysm-DDA/template @@ -23,7 +23,7 @@ case $XBPS_TARGET_MACHINE in *) build_options_default+=" backtrace";; esac -subpackages="Cataclysm-DDA-data" +subpackages="" if [ "$build_option_tiles" ]; then subpackages+=" Cataclysm-DDA-tiles" post_configure() { @@ -42,6 +42,7 @@ if [ "$build_option_tiles" ]; then do_install } fi +subpackages="Cataclysm-DDA-data" do_check() { : #needs tap++.h