Fix build of v4.4
This commit is contained in:
parent
b67f8382ce
commit
ef02e9ea51
1 changed files with 15 additions and 0 deletions
15
scripts.d/45-x11/99-finalize.sh
Executable file
15
scripts.d/45-x11/99-finalize.sh
Executable 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
|
||||||
|
}
|
Loading…
Reference in a new issue