summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2023-10-30 21:59:10 +0000
committerLaurent Bercot <ska@appnovation.com>2023-10-30 21:59:10 +0000
commit61d68e5efd9b81f0df3303c1a1bdefcf7688d3f1 (patch)
tree26046fad2a017200ca3b56fd28bf92427d67866a
parent132bd3d98190a57094cb98e6970bf0346cceeb63 (diff)
downloadexecline-61d68e5efd9b81f0df3303c1a1bdefcf7688d3f1.tar.xz
Also fix /command
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rw-r--r--Makefile2
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) $@