diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2020-01-27 16:35:12 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-01-27 16:35:12 +0000 |
| commit | 6a1207350d876659296c6aab7cd1063bbb3d0ed1 (patch) | |
| tree | 8ce7fc5956359fe2857af1d64dcaa3ca492bfc42 | |
| parent | 90640f6c94285b035d57faf786726f8084962c1b (diff) | |
| download | s6-linux-init-6a1207350d876659296c6aab7cd1063bbb3d0ed1.tar.gz | |
Properly install links into /library.so
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -100,6 +100,9 @@ global-links: $(DESTDIR)$(exthome) $(SHARED_LIBS:lib%.so.xyzzy=$(DESTDIR)$(sproo $(DESTDIR)$(sproot)/command/%: $(DESTDIR)$(home)/command/% exec $(INSTALL) -D -l ..$(subst $(sproot),,$(exthome))/command/$(<F) $@ +$(DESTDIR)$(sproot)/library.so/lib%.so.$(version_M): $(DESTDIR)$(dynlibdir)/lib%.so.$(version_M) + exec $(INSTALL) -D -l ..$(subst $(sproot),,$(exthome))/library.so/$(<F) $@ + .PHONY: update global-links endif |
