mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-18 21:17:38 +00:00
Correct file location for git repo
This commit is contained in:
parent
2e782548e7
commit
c8612fa00e
@ -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" );
|
||||
|
Loading…
Reference in New Issue
Block a user