diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2016-03-14 23:21:38 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2016-03-14 23:21:38 +0000 |
commit | 82776d2fe715afcded74b3841f6d9a5b410e16c5 (patch) | |
tree | acaa4986cc505c68171e6bcd2aa09749a3b43bb2 | |
parent | 7242fc8c236585f80a66e83c7b612e96c81b3381 (diff) | |
download | s6-linux-utils-82776d2fe715afcded74b3841f6d9a5b410e16c5.tar.xz |
Really fix update and global-links dependencies this time...
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |