diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2021-04-08 12:53:20 -0500 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2021-04-08 12:53:20 -0500 |
commit | c8612fa00e822a42d9889de87329032bd22424c7 (patch) | |
tree | 5b2b4598ed1cf42455ec812b43693dc4a4e02272 /lfs-latest-git.php | |
parent | 2e782548e734f9321f45ca1265698e26675b59e3 (diff) |
Correct file location for git repo
Diffstat (limited to 'lfs-latest-git.php')
-rw-r--r-- | lfs-latest-git.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lfs-latest-git.php b/lfs-latest-git.php index a42de75c6..a1f0a42fa 100644 --- a/lfs-latest-git.php +++ b/lfs-latest-git.php @@ -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" ); |