# --- T2-COPYRIGHT-NOTE-BEGIN --- # T2 SDE: package/*/keyutils/hotfix-install-so.patch # Copyright (C) 2023 The T2 SDE Project # # This Copyright note is generated by scripts/Create-CopyPatch, # more information can be found in the files COPYING and README. # # This patch file is dual-licensed. It is available under the license the # patched project is licensed under, as long as it is an OpenSource license # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms # of the GNU General Public License version 2 as used by the T2 SDE. # --- T2-COPYRIGHT-NOTE-END --- --- keyutils-1.6.3/Makefile.vanilla 2023-10-06 23:31:33.795963132 +0200 +++ keyutils-1.6.3/Makefile 2023-10-06 23:32:46.021963370 +0200 @@ -200,7 +200,7 @@ $(INSTALL) -D $(LIBNAME) $(DESTDIR)$(LIBDIR)/$(LIBNAME) $(LNS) $(LIBNAME) $(DESTDIR)$(LIBDIR)/$(SONAME) mkdir -p $(DESTDIR)$(USRLIBDIR) - $(LNS) $(LIBDIR)/$(SONAME) $(DESTDIR)$(USRLIBDIR)/$(DEVELLIB) + $(LNS) $(SONAME) $(DESTDIR)$(USRLIBDIR)/$(DEVELLIB) sed \ -e 's,@VERSION\@,$(VERSION),g' \ -e 's,@prefix\@,$(PREFIX),g' \