[gnome-weather] src/Makefile.am: Use -f when linking gnome-weather
- From: Jonas Danielsson <jonasdn src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-weather] src/Makefile.am: Use -f when linking gnome-weather
- Date: Sat, 28 Feb 2015 20:00:09 +0000 (UTC)
commit 2f3544aad8b16825e13aeb55447987ca62daa9ce
Author: Jonas Danielsson <jonas threetimestwo org>
Date: Wed Feb 25 13:45:26 2015 +0100
src/Makefile.am: Use -f when linking gnome-weather
Without force the install will complain if 'gnome-weather' is
already there.
https://bugzilla.gnome.org/show_bug.cgi?id=740414
src/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 2bc8cd4..afb5c53 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -52,7 +52,7 @@ CLEANFILES = \
install-exec-hook:
$(MKDIR_P) $(DESTDIR)$(bindir)
- $(LN_S) $(appdir)/$(PACKAGE_NAME).Application $(DESTDIR)$(bindir)/$(PACKAGE_TARNAME)
+ $(LN_S) -f $(appdir)/$(PACKAGE_NAME).Application $(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]