Cataclysm-DDA: reorder subpackage
the vmove of the subpackage are dependent on the order they are executed
This commit is contained in:
parent
3bf0661f67
commit
b927be6414
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user