Cataclysm-DDA: reorder subpackage
the vmove of the subpackage are dependent on the order they are executed
This commit is contained in:
@@ -23,7 +23,7 @@ case $XBPS_TARGET_MACHINE in
|
|||||||
*) build_options_default+=" backtrace";;
|
*) build_options_default+=" backtrace";;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
subpackages="Cataclysm-DDA-data"
|
subpackages=""
|
||||||
if [ "$build_option_tiles" ]; then
|
if [ "$build_option_tiles" ]; then
|
||||||
subpackages+=" Cataclysm-DDA-tiles"
|
subpackages+=" Cataclysm-DDA-tiles"
|
||||||
post_configure() {
|
post_configure() {
|
||||||
@@ -42,6 +42,7 @@ if [ "$build_option_tiles" ]; then
|
|||||||
do_install
|
do_install
|
||||||
}
|
}
|
||||||
fi
|
fi
|
||||||
|
subpackages="Cataclysm-DDA-data"
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
: #needs tap++.h
|
: #needs tap++.h
|
||||||
|
|||||||
Reference in New Issue
Block a user