diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2016-03-14 23:21:31 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2016-03-14 23:21:31 +0000 |
commit | 4588c3eee9e64aa4cff6c1779721dcc744335d4a (patch) | |
tree | fc6eb78f35513ce21f4735ecd7a49e312b22ebb1 /Makefile | |
parent | b386c53db2d376f3bd12f1ffd78edfd02f0b8ca2 (diff) | |
download | s6-4588c3eee9e64aa4cff6c1779721dcc744335d4a.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) |