[Xfce4-commits] [panel-plugins/xfce4-clipman-plugin] 01/01: Avoid 'bad symlink' warning. (Bug #12850)
noreply at xfce.org
noreply at xfce.org
Thu Sep 15 17:00:50 CEST 2016
This is an automated email from the git hooks/post-receive script.
ochosi pushed a commit to branch master
in repository panel-plugins/xfce4-clipman-plugin.
commit 085713a2ad04a80c9b4d2d3a6c61959cea9e4381
Author: Olivier Duchateau <duchateau.olivier at gmail.com>
Date: Thu Sep 15 14:32:32 2016 +0200
Avoid 'bad symlink' warning. (Bug #12850)
Signed-off-by: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
---
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
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list