mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01: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" );
|
exec ( "git clone $lfsgit LFS" );
|
||||||
chdir( $cdir );
|
chdir( $cdir );
|
||||||
|
|
||||||
$PAGE = "$tmpdir/LFS/BOOK/chapter03/chapter03.xml";
|
$PAGE = "$tmpdir/LFS/chapter03/chapter03.xml";
|
||||||
$STYLESHEET = "$tmpdir/LFS/BOOK/stylesheets/wget-list.xsl";
|
$STYLESHEET = "$tmpdir/LFS/stylesheets/wget-list.xsl";
|
||||||
|
|
||||||
exec( "xsltproc --xinclude --nonet $STYLESHEET $PAGE", $current );
|
exec( "xsltproc --xinclude --nonet $STYLESHEET $PAGE", $current );
|
||||||
exec( "rm -rf $tmpdir" );
|
exec( "rm -rf $tmpdir" );
|
||||||
|
Loading…
Reference in New Issue
Block a user