diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-10-30 22:01:29 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-10-30 22:01:29 +0000 |
commit | d492e79229d1f5f96c5c618cbd5504ffb32e2d72 (patch) | |
tree | 3b9c4401ad29c22b562cc2fe3c9938ce830c32da | |
parent | c81714aaecf508acfe125147c0b44587d0a5f0de (diff) | |
download | s6-linux-utils-d492e79229d1f5f96c5c618cbd5504ffb32e2d72.tar.gz s6-linux-utils-d492e79229d1f5f96c5c618cbd5504ffb32e2d72.tar.xz s6-linux-utils-d492e79229d1f5f96c5c618cbd5504ffb32e2d72.zip |
Also fix /command
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index f158e82..f08ea8b 100644 --- a/Makefile +++ b/Makefile @@ -114,7 +114,7 @@ $(DESTDIR)$(exthome): $(DESTDIR)$(home) update: $(DESTDIR)$(exthome) -global-links: $(DESTDIR)$(exthome) $(SHARED_LIBS:lib%.so.xyzzy=$(DESTDIR)$(sproot)/library.so/lib%.so.$(version_M)) $(BIN_TARGETS:%=$(DESTDIR)$(sproot)/command/%) +global-links: $(DESTDIR)$(exthome) $(SHARED_LIBS:lib%.so.xyzzy=$(DESTDIR)$(sproot)/library.so/lib%.so.$(version_M)) $(BIN_TARGETS:%=$(DESTDIR)$(sproot)/command/%) $(BIN_SYMLINKS:%=$(DESTDIR)$(sproot)/command/%) $(DESTDIR)$(sproot)/command/%: $(DESTDIR)$(home)/command/% exec $(INSTALL) -D -l ..$(subst $(sproot),,$(exthome))/command/$(<F) $@ |