diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2016-03-14 23:21:44 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2016-03-14 23:21:44 +0000 |
commit | 3cf69b8cea7778196db5c2616c6e7d8c73fa62fa (patch) | |
tree | 090eacda9f3ead6d396765c9c3b1abae36f6025a /Makefile | |
parent | 7d19a087b31abb601043e98060b79cc24e9c8a55 (diff) | |
download | s6-rc-3cf69b8cea7778196db5c2616c6e7d8c73fa62fa.tar.xz |
Really fix update and global-links dependencies this time...
Diffstat (limited to 'Makefile')
-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) |