From aa8f5a9731d5fc28601b429a71cefa6663c9f8a7 Mon Sep 17 00:00:00 2001 From: Dianne Skoll Date: Wed, 4 Mar 2026 17:28:12 -0500 Subject: [PATCH] Remove old /usr/[local/]share/remind/holidays to avoid problems with old symlinks --- src/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Makefile.in b/src/Makefile.in index 5424bfda..64a93e14 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -80,6 +80,8 @@ install: all $(INSTALL_DATA) $$man $(DESTDIR)$(mandir)/man1 || exit 1; \ done -mkdir -p $(DESTDIR)$(datarootdir)/remind || true + # Avoid problems with symlinks under holidays/ + -rm -rf $(DESTDIR)$(datarootdir)/remind/holidays > /dev/null 2>&1 || true cp -R ../include/* $(DESTDIR)$(datarootdir)/remind chmod -R a+rX $(DESTDIR)$(datarootdir)/remind -mkdir -p $(DESTDIR)$(prefix)/share/pixmaps