diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-10-30 22:00:31 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-10-30 22:00:31 +0000 |
commit | aed143be3f5deace8e7b57ed48151fc17265cd9b (patch) | |
tree | 625d3a4465ccd0ec808de0148c5ae1bb41fbcb28 | |
parent | 0cc88a66c338b91d79084383ba374d82da87e837 (diff) | |
download | s6-portable-utils-aed143be3f5deace8e7b57ed48151fc17265cd9b.tar.gz s6-portable-utils-aed143be3f5deace8e7b57ed48151fc17265cd9b.tar.xz s6-portable-utils-aed143be3f5deace8e7b57ed48151fc17265cd9b.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) $@ |