Author: matthew
Date: 2009-08-16 15:34:19 -0600 (Sun, 16 Aug 2009)
New Revision: 9048

Modified:
   trunk/editor-manual/release-script.sh
Log:
Untar book HTML correctly in the view directory.

Modified: trunk/editor-manual/release-script.sh
===================================================================
--- trunk/editor-manual/release-script.sh       2009-08-16 21:30:00 UTC (rev 
9047)
+++ trunk/editor-manual/release-script.sh       2009-08-16 21:34:19 UTC (rev 
9048)
@@ -238,7 +238,7 @@
 chgrp -R $group $book-HTML
 
 cd $view
-tar jxf $downloads/$version/$book-HTML.tar.bz2
+tar -xjf $downloads/$version/$book-HTML.tar.bz2 --strip-components=1
 mv $book-HTML $version
 chmod -R g+w $version
 chgrp -R $group $version

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to