Correct file location for git repo

This commit is contained in:
Bruce Dubbs 2021-04-08 12:53:20 -05:00
parent 2e782548e7
commit c8612fa00e

View File

@ -319,8 +319,8 @@ function get_current()
exec ( "git clone $lfsgit LFS" );
chdir( $cdir );
$PAGE = "$tmpdir/LFS/BOOK/chapter03/chapter03.xml";
$STYLESHEET = "$tmpdir/LFS/BOOK/stylesheets/wget-list.xsl";
$PAGE = "$tmpdir/LFS/chapter03/chapter03.xml";
$STYLESHEET = "$tmpdir/LFS/stylesheets/wget-list.xsl";
exec( "xsltproc --xinclude --nonet $STYLESHEET $PAGE", $current );
exec( "rm -rf $tmpdir" );