From 5b701f740e34558995744019135dd85a7fcab476 Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Sun, 19 Mar 2023 11:16:49 +0100 Subject: [PATCH] plymouth: Drop /var/run Signed-off-by: Stefan Schantl --- plymouth/plymouth.nm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/plymouth/plymouth.nm b/plymouth/plymouth.nm index 429551896..57b878dab 100644 --- a/plymouth/plymouth.nm +++ b/plymouth/plymouth.nm @@ -5,7 +5,7 @@ name = plymouth version = 22.02.122 -release = 4 +release = 5 groups = System/Base url = https://www.freedesktop.org/wiki/Software/Plymouth @@ -58,6 +58,9 @@ build rm -vf %{BUILDROOT}%{datadir}/plymouth/themes/spinfinity/header-image.png cp -vf %{datadir}/pixmaps/system-logo-white.png \ %{BUILDROOT}%{datadir}/plymouth/themes/spinfinity/header-image.png + + # Drop /var/run directory + rm -rvf %{BUILDROOT}%{localstatedir}/run end end -- 2.47.3