From b6921ad7ae0c2d47623185da9dd6529c8d18de84 Mon Sep 17 00:00:00 2001 From: Olivier Duchateau Date: Thu, 15 Sep 2016 14:32:32 +0200 Subject: [PATCH] Avoid 'bad symlink' warning. --- panel-plugin/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/panel-plugin/Makefile.am b/panel-plugin/Makefile.am index 26259f2..8607dea 100644 --- a/panel-plugin/Makefile.am +++ b/panel-plugin/Makefile.am @@ -221,5 +221,6 @@ DISTCLEANFILES = \ $(NULL) install-exec-hook: - $(LN_S) -f $(exec_prefix)/bin/xfce4-popup-clipman $(DESTDIR)$(exec_prefix)/bin/xfce4-popup-clipman-actions + cd $(DESTDIR)$(exec_prefix)/bin && \ + $(LN_S) xfce4-popup-clipman xfce4-popup-clipman-actions -- 2.9.2