diff options
author | Archaic <archaic@linuxfromscratch.org> | 2005-07-08 16:20:16 +0000 |
---|---|---|
committer | Archaic <archaic@linuxfromscratch.org> | 2005-07-08 16:20:16 +0000 |
commit | 41410773dfbb4440023b21dbd29b91379c49696a (patch) | |
tree | 85b8175dda4cfe2f9d53de845011b2873b64cdba | |
parent | 56346b5a736e8e2b1c34ebda238f0b6453ed182a (diff) |
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
-rw-r--r-- | stylesheets/patcheslist.xsl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/stylesheets/patcheslist.xsl b/stylesheets/patcheslist.xsl index 9662b04ac..8f99b7c1f 100644 --- a/stylesheets/patcheslist.xsl +++ b/stylesheets/patcheslist.xsl @@ -16,8 +16,9 @@ <xsl:template match="/"> <xsl:text>#! /bin/bash

</xsl:text> + <xsl:text> umask 002

</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> &&
</xsl:text> <xsl:text> cd </xsl:text> |