From afa7fb19c57815a793ef7a06bbafe0c794bbc8a5 Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Fri, 13 Aug 2004 20:22:01 +0000 Subject: patcheslist.xsl: Modified to avoid harcoded path into the stylesheets. Now the paths in the output script are generated from the &patches-root; entitie sited in general.ent. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4036 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- stylesheets/patcheslist.xsl | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) (limited to 'stylesheets') diff --git a/stylesheets/patcheslist.xsl b/stylesheets/patcheslist.xsl index 974f69ec4..674078f23 100644 --- a/stylesheets/patcheslist.xsl +++ b/stylesheets/patcheslist.xsl @@ -1,25 +1,29 @@ + + %general-entities; +]> - + - lfs/cvs/unstable/ - ../../../ + + + - #! /bin/bash - - cd /home/httpd/www.linuxfromscratch.org/patches/ - + #! /bin/bash + cd /home/httpd/ + && rm -f *.patch && chgrp lfswww *.patch && - exit + exit @@ -27,9 +31,10 @@ - + cp - + /home/httpd/ + downloads/ -- cgit v1.2.3-54-g00ecf