Skip to content

Commit 15905ca

Browse files
SJrXSteve Ramage
andauthored
ci: Fix build issues pertaining to systemd building (#317)
Co-authored-by: Steve Ramage <[email protected]>
1 parent 710ef91 commit 15905ca

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

systemd-build/Systemd-Builder.Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ ENV BUILDDATE ${BUILDDATE:-notset}
2424

2525
RUN git pull
2626

27+
# https://github.com/systemd/systemd/commit/8442ac9c0264ac7beb5afd6c3bf922030a6edaf3
28+
RUN find . -type f -name meson.build -exec sed -i 's/install_emptydir(\(.*\), install_tag : .*)/install_emptydir(\1)/g' '{}' '+'
29+
2730
RUN meson setup build
2831

2932
RUN /systemd-build.sh

0 commit comments

Comments
 (0)