summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2020-01-27 15:08:53 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2020-01-27 15:08:53 +0000
commit9c6de6100c10aaf35461887e31588ab4cd9035f5 (patch)
treeff22591b1f43f099dd4086202aea7f149f90e5e8
parent1b77e5d7ced260b8d9a8d4f90d9ed9a5ac06da37 (diff)
downloads6-networking-9c6de6100c10aaf35461887e31588ab4cd9035f5.tar.xz
Fix shared libs installation
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 64195b5..94a820f 100644
--- a/Makefile
+++ b/Makefile
@@ -111,10 +111,9 @@ endif
$(DESTDIR)$(datadir)/%: src/etc/%
exec $(INSTALL) -D -m 644 $< $@
-$(DESTDIR)$(dynlibdir)/lib%.so: lib%.so.xyzzy
+$(DESTDIR)$(dynlibdir)/lib%.so $(DESTDIR)$(dynlibdir)/lib%.so.$(version_M): lib%.so.xyzzy
$(INSTALL) -D -m 755 $< $@.$(version) && \
- $(INSTALL) -l $(@F).$(version) $@.$(version_m) && \
- $(INSTALL) -l $(@F).$(version_m) $@.$(version_M) && \
+ $(INSTALL) -l $(@F).$(version) $@.$(version_M) && \
exec $(INSTALL) -l $(@F).$(version_M) $@
$(DESTDIR)$(libexecdir)/% $(DESTDIR)$(bindir)/%: % package/modes