Dash:
[t2.git] / package / base / liblockfile / force-symlink.patch
blobfe43b99d1f6a568687b786e98bf5423383a85294
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3 #
4 # T2 SDE: package/.../liblockfile/force-symlink.patch
5 # Copyright (C) 2004 - 2019 The T2 SDE Project
6 # Copyright (C) 1998 - 2003 ROCK Linux Project
7 #
8 # More information can be found in the files COPYING and README.
9 #
10 # This patch file is dual-licensed. It is available under the license the
11 # patched project is licensed under, as long as it is an OpenSource license
12 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
13 # of the GNU General Public License as published by the Free Software
14 # Foundation; either version 2 of the License, or (at your option) any later
15 # version.
16 # --- T2-COPYRIGHT-NOTE-END ---
18 --- liblockfile/Makefile.in.vanilla 2019-10-25 20:52:54.907963111 +0000
19 +++ liblockfile/Makefile.in 2019-10-25 20:53:06.323962921 +0000
20 @@ -56,8 +56,8 @@
21 install -d -m 755 -g root -p $(libdir)
22 install -m 755 liblockfile.so \
23 $(libdir)/liblockfile.so.$(SOVER)
24 - ln -s liblockfile.so.$(SOVER) $(libdir)/liblockfile.so.$(MAJOR)
25 - ln -s liblockfile.so.$(SOVER) $(libdir)/liblockfile.so
26 + ln -sf liblockfile.so.$(SOVER) $(libdir)/liblockfile.so.$(MAJOR)
27 + ln -sf liblockfile.so.$(SOVER) $(libdir)/liblockfile.so
28 if test "$(DESTDIR)" = ""; then @LDCONFIG@; fi
30 install_common: