From 9c69d47fa8a94eea5f487a450e314981578f3959 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sun, 17 Mar 2019 12:18:55 +0100 Subject: [PATCH] Remove obsolete pre-creation of /var/run/utmp --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 52c97b9..e495198 100644 --- a/Makefile +++ b/Makefile @@ -65,7 +65,6 @@ install-dirs: $(INSTALL_DIR) $(DESTDIR)/var/spool/gdm install-files: - touch $(DESTDIR)$(localstatedir)/run/utmp touch $(DESTDIR)$(localstatedir)/log/{btmp,lastlog,wtmp} cp -a etc lib var usr $(DESTDIR) $(INSTALL_SCRIPT) sbin/* $(DESTDIR)/sbin