Fix build of v4.4

This commit is contained in:
BtbN 2021-07-15 00:58:56 +02:00
parent b67f8382ce
commit ef02e9ea51
1 changed files with 15 additions and 0 deletions

15
scripts.d/45-x11/99-finalize.sh Executable file
View File

@ -0,0 +1,15 @@
#!/bin/bash
ffbuild_enabled() {
[[ $TARGET != linux* ]] && return -1
return 0
}
ffbuild_dockerlayer() {
to_df "COPY --from=${SELFLAYER} \$FFBUILD_PREFIX/. \$FFBUILD_PREFIX"
to_df "COPY --from=${SELFLAYER} \$FFBUILD_PREFIX/share/aclocal/. /usr/share/aclocal"
}
ffbuild_dockerbuild() {
true
}