diff options
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" ); |