commit 4588c3eee9e64aa4cff6c1779721dcc744335d4a
parent b386c53db2d376f3bd12f1ffd78edfd02f0b8ca2
Author: Laurent Bercot <ska-skaware@skarnet.org>
Date: Mon, 14 Mar 2016 23:21:31 +0000
Really fix update and global-links dependencies this time...
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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)