mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-18 13:07:50 +00:00
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:
parent
56346b5a73
commit
41410773df
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user