Author: bdubbs
Date: Thu Mar 21 18:36:45 2013
New Revision: 11115
Log:
Remove inadvertant env variables
Modified:
trunk/BOOK/postlfs/filesystems/parted.xml
Modified: trunk/BOOK/postlfs/filesystems/parted.xml
==============================================================================
--- trunk/BOOK/postlfs/filesystems/parted.xml Mon Mar 18 12:44:11 2013
(r11114)
+++ trunk/BOOK/postlfs/filesystems/parted.xml Thu Mar 21 18:36:45 2013
(r11115)
@@ -101,18 +101,18 @@
</para>
<screen role="root"><userinput>make install &&
-install -v -m755 -d /usr/share/doc/${PACKAGE_NAME}-${PACKAGE_VERSION}/html
&&
+install -v -m755 -d /usr/share/doc/parted-&parted-version;/html &&
install -v -m644 doc/html/* \
- /usr/share/doc/${PACKAGE_NAME}-${PACKAGE_VERSION}/html
&&
+ /usr/share/doc/parted-&parted-version;/html &&
install -v -m644 doc/{FAT,API,parted.{txt,html}} \
-
/usr/share/doc/${PACKAGE_NAME}-${PACKAGE_VERSION</userinput></screen>
+ /usr/share/doc/parted-&parted-version;</userinput></screen>
<para>Install the optional PDF and Postscript documentation by issuing
the following command as the <systemitem class="username">root</systemitem>
user:</para>
<screen role="root"><userinput>install -v -m644 doc/FAT doc/API
doc/parted.{pdf,ps,dvi} \
-
/usr/share/doc/${PACKAGE_NAME}-${PACKAGE_VERSION}</userinput></screen>
+ /usr/share/doc/parted-&parted-version;</userinput></screen>
</sect2>
<sect2 role="commands">
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page