Changeset fdb3c24
- Timestamp:
- 07/29/2017 04:34:00 PM (7 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 3d0c0f8
- Parents:
- 4fb7d2ef
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r4fb7d2ef rfdb3c24 46 46 <para>July 29th, 2017</para> 47 47 <itemizedlist> 48 <listitem> 49 <para>[dj] - Fix incorrect hardlinks in fuse-2.9.7.</para> 50 </listitem> 48 51 <listitem> 49 52 <para>[dj] - Update to chromium-60.0.3112.78. Fixes -
postlfs/filesystems/fuse2.xml
r4fb7d2ef rfdb3c24 40 40 <para> 41 41 This package is only installed for compatibility with 42 <xref linkend="ntfs-3g"/> and <xref linkend="sshfs"/>. It is 43 not needed with other packages. For full fuse functionality, 44 install <xref linkend="fuse3"/> which does not interfere with 45 these instructions. 42 <xref linkend="gvfs"/>. It is not needed with other packages. 43 For full fuse functionality, install <xref linkend="fuse3"/> which 44 does not interfere with these instructions. 46 45 </para> 47 46 … … 139 138 </para> 140 139 141 <screen role="root"><userinput> 142 install -vm755 Dest/lib/ *.so.* /lib&&143 ln -sfv ../../lib/libfuse.so. 2 /usr/lib/libfuse.so&&144 ln -sfv ../../lib/libulockmgr.so.1 /usr/lib/libulockmgr.so&&145 146 install -vm644 Dest/lib/pkgconfig/fuse.pc /usr/lib/pkgconfig &&140 <screen role="root"><userinput>install -vm755 Dest/lib/libfuse.so.&fuse2-version; /lib && 141 install -vm755 Dest/lib/libulockmgr.1.0.1 /lib && 142 ln -sfv ../../lib/libfuse.so.&fuse2-version; /usr/lib/libfuse.so && 143 ln -sfv ../../lib/libulockmgr.so.1.0.1 /usr/lib/libulockmgr.so && 144 145 install -vm644 Dest/lib/pkgconfig/fuse.pc /usr/lib/pkgconfig && 147 146 148 install -vm4755 Dest/bin/fusermount /bin && 149 install -vm755 Dest/bin/ulockmgr_server /bin && 150 151 install -vm755 Dest/sbin/mount.fuse /sbin && 152 153 install -vdm755 /usr/include/fuse && 154 155 install -vm644 Dest/usr/include/*.h /usr/include && 156 install -vm644 Dest/usr/include/fuse/*.h /usr/include/fuse/ && 157 158 install -vm644 Dest/usr/share/man/man1/* /usr/share/man/man1</userinput></screen> 147 install -vm4755 Dest/bin/fusermount /bin && 148 install -vm755 Dest/bin/ulockmgr_server /bin && 149 150 install -vm755 Dest/sbin/mount.fuse /sbin && 151 152 install -vdm755 /usr/include/fuse && 153 154 install -vm644 Dest/usr/include/*.h /usr/include && 155 install -vm644 Dest/usr/include/fuse/*.h /usr/include/fuse/ && 156 157 install -vm644 Dest/usr/share/man/man1/* /usr/share/man/man1 && 158 /sbin/ldconfig -v</userinput></screen> 159 159 160 160 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.