[gnome-characters] Don't error out when recreating a symlink in $(bindir)
- From: Daiki Ueno <dueno src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-characters] Don't error out when recreating a symlink in $(bindir)
- Date: Mon, 24 Nov 2014 08:07:24 +0000 (UTC)
commit 5517ff10aea4e85919f94c7c580992eb986e9c83
Author: Daiki Ueno <dueno src gnome org>
Date: Mon Nov 24 16:46:21 2014 +0900
Don't error out when recreating a symlink in $(bindir)
src/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index ff6163b..dbe42bd 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -34,7 +34,7 @@ CLEANFILES = \
install-exec-hook:
$(MKDIR_P) $(DESTDIR)$(bindir)
- $(LN_S) $(appdir)/org.gnome.Characters $(DESTDIR)$(bindir)/$(PACKAGE_TARNAME)
+ ln -sf $(appdir)/org.gnome.Characters $(DESTDIR)$(bindir)/$(PACKAGE_TARNAME)
uninstall-hook:
-rm -f $(DESTDIR)$(bindir)/$(PACKAGE_TARNAME)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]