Updated patcheslist.xsl to create a proper environment. (merged from trunk r6444)

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1/BOOK@6445 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Archaic 2005-07-08 16:20:16 +00:00
parent 56346b5a73
commit 41410773df

View File

@ -16,8 +16,9 @@
<xsl:template match="/">
<xsl:text>#! /bin/bash&#x0a;&#x0a;</xsl:text>
<xsl:text> umask 002&#x0a;&#x0a;</xsl:text>
<!-- Create dest.dir if it don't exist -->
<xsl:text> mkdir -p </xsl:text>
<xsl:text> install -d -m 775 -g lfswww </xsl:text>
<xsl:value-of select="$dest.dir"/>
<xsl:text> &amp;&amp;&#x0a;</xsl:text>
<xsl:text> cd </xsl:text>