Author: pierre
Date: Fri Aug 16 12:44:22 2019
New Revision: 21981

Log:
Change the sassc page so that it is easier for jhalfs. Hope it is OK. Please
speak up if not

Modified:
   trunk/BOOK/general/graphlib/sassc.xml

Modified: trunk/BOOK/general/graphlib/sassc.xml
==============================================================================
--- trunk/BOOK/general/graphlib/sassc.xml       Fri Aug 16 10:08:32 2019        
(r21980)
+++ trunk/BOOK/general/graphlib/sassc.xml       Fri Aug 16 12:44:22 2019        
(r21981)
@@ -78,7 +78,7 @@
       </listitem>
     </itemizedlist>
 
-    <bridgehead renderas="sect3">Library Package Information</bridgehead>
+    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     <itemizedlist spacing="compact">
       <listitem>
         <para>
@@ -124,7 +124,10 @@
       First, build the library:
     </para>
 
-<screen><userinput>autoreconf -fi &amp;&amp;
+<screen><userinput>tar -xf ../libsass-&libsass-version;.tar.gz &amp;&amp;
+pushd libsass-&libsass-version; &amp;&amp;
+
+autoreconf -fi &amp;&amp;
 
 ./configure --prefix=/usr --disable-static &amp;&amp;
 make</userinput></screen>
@@ -143,8 +146,7 @@
       Build the command line wrapper:
     </para>
 
-<screen><userinput>tar -xf ../sassc-&sassc-version;.tar.gz &amp;&amp;
-cd sassc-&sassc-version; &amp;&amp;
+<screen><userinput>popd &amp;&amp;
 autoreconf -fi &amp;&amp;
 
 ./configure --prefix=/usr &amp;&amp;
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to