Author: ken Date: Tue Sep 9 20:55:46 2014 New Revision: 14239 Log: Fix my snafu in libpaper for both books.
Modified: branches/systemd/general/genlib/libpaper.xml trunk/BOOK/general/genlib/libpaper.xml Modified: branches/systemd/general/genlib/libpaper.xml ============================================================================== --- branches/systemd/general/genlib/libpaper.xml Tue Sep 9 16:09:42 2014 (r14238) +++ branches/systemd/general/genlib/libpaper.xml Tue Sep 9 20:55:46 2014 (r14239) @@ -147,7 +147,7 @@ exit 0 EOF -chmod -v -m755 /usr/bin/run-parts</userinput></screen> +chmod -v 755 /usr/bin/run-parts</userinput></screen> </sect2> Modified: trunk/BOOK/general/genlib/libpaper.xml ============================================================================== --- trunk/BOOK/general/genlib/libpaper.xml Tue Sep 9 16:09:42 2014 (r14238) +++ trunk/BOOK/general/genlib/libpaper.xml Tue Sep 9 20:55:46 2014 (r14239) @@ -147,7 +147,7 @@ exit 0 EOF -chmod -v -m755 /usr/bin/run-parts</userinput></screen> +chmod -v 755 /usr/bin/run-parts</userinput></screen> </sect2> -- http://lists.linuxfromscratch.org/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
