summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2020-07-09 09:34:36 -0400
committerRay Strode <rstrode@redhat.com>2020-07-09 09:34:36 -0400
commitab986a95824e2a701a77dd9405d411a5c022c613 (patch)
treec8435b2ea4914088198b0a11a7ef3d294b6d7610 /themes
parente3a2cb956665e5e30da50ad9357fcc6e9d9a6398 (diff)
autogoo: use /proc/self/fd/0 instead of /dev/stdin
The symlink isn't available in some sandboxes: https://gitlab.gnome.org/GNOME/gnome-build-meta/-/commit/99bf64efdc5a2d5c5fdedb627967b931d02be3d0#note_860312
Diffstat (limited to 'themes')
-rw-r--r--themes/bgrt/Makefile.am2
-rw-r--r--themes/spinner/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/themes/bgrt/Makefile.am b/themes/bgrt/Makefile.am
index 770c36fe..862f79d3 100644
--- a/themes/bgrt/Makefile.am
+++ b/themes/bgrt/Makefile.am
@@ -8,6 +8,6 @@ bgrt.plymouth: $(srcdir)/bgrt.plymouth.desktop
$(AM_V_GEN) \
sed -e 's,[@]PLYMOUTH_THEME_PATH[@],$(PLYMOUTH_THEME_PATH),g' \
$(srcdir)/bgrt.plymouth.desktop | \
- $(MSGFMT) --desktop --template /dev/stdin -d $(top_srcdir)/po -o $@
+ $(MSGFMT) --desktop --template /proc/self/fd/0 -d $(top_srcdir)/po -o $@
EXTRA_DIST = bgrt.plymouth.desktop
diff --git a/themes/spinner/Makefile.am b/themes/spinner/Makefile.am
index bb0e9919..d01f4d88 100644
--- a/themes/spinner/Makefile.am
+++ b/themes/spinner/Makefile.am
@@ -82,7 +82,7 @@ spinner.plymouth: $(srcdir)/spinner.plymouth.desktop
$(AM_V_GEN) \
sed -e 's,[@]PLYMOUTH_THEME_PATH[@],$(PLYMOUTH_THEME_PATH),g' \
$(srcdir)/spinner.plymouth.desktop | \
- $(MSGFMT) --desktop --template /dev/stdin -d $(top_srcdir)/po -o $@
+ $(MSGFMT) --desktop --template /proc/self/fd/0 -d $(top_srcdir)/po -o $@
EXTRA_DIST = spinner.plymouth.desktop