summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2016-03-14 23:21:27 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2016-03-14 23:21:27 +0000
commitc2f8cfcc0aa28da2b532e640b5643390000bcb1c (patch)
treea83e28c80ed97ef99c31b50a6f69e7f05b17adb9
parent6831400be81aab7b11585e4547a5d899fe66e965 (diff)
downloadexecline-c2f8cfcc0aa28da2b532e640b5643390000bcb1c.tar.xz
Really fix update and global-links dependencies this time...
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 403f6d4..67fb474 100644
--- a/Makefile
+++ b/Makefile
@@ -89,7 +89,7 @@ install-data: $(ALL_DATA:src/etc/%=$(DESTDIR)$(datadir)/%)
ifneq ($(exthome),)
-$(DESTDIR)$(exthome): $(home)
+$(DESTDIR)$(exthome): $(DESTDIR)$(home)
exec $(INSTALL) -l $(notdir $(home)) $(DESTDIR)$(exthome)
update: $(DESTDIR)$(exthome)