From 2159d608ff87885282a59a704f88ac63d3098741 Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Wed, 20 Dec 2006 10:07:39 +0000 Subject: Fixed patcheslist.xsl to match current server paths. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7884 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- stylesheets/patcheslist.xsl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/stylesheets/patcheslist.xsl b/stylesheets/patcheslist.xsl index 3946ae52c..8ef3e6de2 100644 --- a/stylesheets/patcheslist.xsl +++ b/stylesheets/patcheslist.xsl @@ -11,7 +11,7 @@ - + @@ -23,7 +23,7 @@ function copy } umask 002 - + install -d -m 775 -g lfswww @@ -40,7 +40,7 @@ umask 002 if [ `wc -l copyerrs | sed 's/ *//' | cut -f1 -d' '` -gt 0 ]; then mail -s "Missing LFS patches" lfs-book@linuxfromscratch.org < copyerrs fi - + exit @@ -48,17 +48,17 @@ fi - - - - copy /home/httpd/www.linuxfromscratch.org/patches/downloads/ + copy /srv/www/www.linuxfromscratch.org/patches/downloads/ / -- cgit v1.2.3-54-g00ecf