Author: renodr
Date: Sun Oct 29 22:48:01 2017
New Revision: 19415
Log:
Fix documentation install for fuse3. Thanks to Chey for the report.
Modified:
trunk/BOOK/postlfs/filesystems/fuse3.xml
Modified: trunk/BOOK/postlfs/filesystems/fuse3.xml
==============================================================================
--- trunk/BOOK/postlfs/filesystems/fuse3.xml Sun Oct 29 19:18:09 2017
(r19414)
+++ trunk/BOOK/postlfs/filesystems/fuse3.xml Sun Oct 29 22:48:01 2017
(r19415)
@@ -139,7 +139,7 @@
install -v -m755 -d /usr/share/doc/fuse-&fuse3-version; &&
install -v -m644 ../doc/{README.NFS,kernel.txt} \
/usr/share/doc/fuse-&fuse3-version; &&
-cp -Rv doc/html /usr/share/doc/fuse-&fuse3-version; &&
+cp -Rv ../doc/html /usr/share/doc/fuse-&fuse3-version; &&
gunzip /usr/share/man/{man1/fusermount3.1,man8/mount.fuse.8}.gz
</userinput></screen>
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page