# --- T2-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # T2 SDE: package/.../liblockfile/force-symlink.patch # Copyright (C) 2004 - 2019 The T2 SDE Project # Copyright (C) 1998 - 2003 ROCK Linux Project # # 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 as published by the Free Software # Foundation; either version 2 of the License, or (at your option) any later # version. # --- T2-COPYRIGHT-NOTE-END --- --- liblockfile/Makefile.in.vanilla 2019-10-25 20:52:54.907963111 +0000 +++ liblockfile/Makefile.in 2019-10-25 20:53:06.323962921 +0000 @@ -56,8 +56,8 @@ install -d -m 755 -g root -p $(libdir) install -m 755 liblockfile.so \ $(libdir)/liblockfile.so.$(SOVER) - ln -s liblockfile.so.$(SOVER) $(libdir)/liblockfile.so.$(MAJOR) - ln -s liblockfile.so.$(SOVER) $(libdir)/liblockfile.so + ln -sf liblockfile.so.$(SOVER) $(libdir)/liblockfile.so.$(MAJOR) + ln -sf liblockfile.so.$(SOVER) $(libdir)/liblockfile.so if test "$(DESTDIR)" = ""; then @LDCONFIG@; fi install_common: