From e1a3886b1048af543e67f4af0c02bb8d0abb9ca9 Mon Sep 17 00:00:00 2001 From: Sven Eden Date: Wed, 7 Jun 2017 12:08:26 +0200 Subject: [PATCH] Prep v230: Remove possibly existing header symlinks before creating new ones. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index bf9082428..45b644759 100644 --- a/Makefile.am +++ b/Makefile.am @@ -629,6 +629,7 @@ header-install-hook: $(MKDIR_P) $(DESTDIR)/$(pkgincludedir) cd $(DESTDIR)/$(includedir)/elogind && \ for hdr in $(notdir $(pkginclude_HEADERS)) ; do \ + rm -f $$hdr ; \ $(LN_S) systemd/$$hdr $$hdr ; \ done -- 2.30.2