From 05f713b0bf9baccb6dfba9084a886ef5e1247965 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Fri, 15 Sep 2017 14:14:29 -0400 Subject: libre/notsystemd: update to 234.1 --- libre/notsystemd/systemd-tmpfiles.hook | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libre/notsystemd/systemd-tmpfiles.hook') diff --git a/libre/notsystemd/systemd-tmpfiles.hook b/libre/notsystemd/systemd-tmpfiles.hook index a2c5e3ef0..18cdd9180 100644 --- a/libre/notsystemd/systemd-tmpfiles.hook +++ b/libre/notsystemd/systemd-tmpfiles.hook @@ -7,5 +7,5 @@ Target = usr/lib/tmpfiles.d/*.conf [Action] Description = Creating temporary files... When = PostTransaction -Exec = /bin/sh -c 'while read -r f; do /usr/bin/systemd-tmpfiles --create "/$f"; done' +Exec = /bin/sh -c 'while read -r f; do /usr/bin/systemd-tmpfiles --create "$(basename "$f")"; done' NeedsTargets -- cgit v1.2.3