xfce4-windowck-plugin: fix cross (missing blank)

This commit is contained in:
Jürgen Buchmüller 2020-08-25 12:12:58 +02:00
parent bd5c99c239
commit b12536cd85

View file

@ -17,7 +17,7 @@ pre_configure() {
autogen_args="--prefix=/usr" autogen_args="--prefix=/usr"
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
autogen_args+="--build=${XBPS_CROSS_TRIPLET} --host=${XBPS_CROSS_TRIPLET}" autogen_args+=" --build=${XBPS_CROSS_TRIPLET} --host=${XBPS_CROSS_TRIPLET}"
fi fi
xdt-autogen ${autogen_args} xdt-autogen ${autogen_args}