Changeset 4141077


Ignore:
Timestamp:
07/08/2005 04:20:16 PM (19 years ago)
Author:
Archaic <archaic@…>
Branches:
6.1, 6.1.1
Children:
c8f694b
Parents:
56346b5
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • stylesheets/patcheslist.xsl

    r56346b5 r4141077  
    1717  <xsl:template match="/">
    1818    <xsl:text>#! /bin/bash&#x0a;&#x0a;</xsl:text>
     19    <xsl:text>  umask 002&#x0a;&#x0a;</xsl:text>
    1920      <!-- Create dest.dir if it don't exist -->
    20     <xsl:text>  mkdir -p </xsl:text>
     21    <xsl:text>  install -d -m 775 -g lfswww </xsl:text>
    2122    <xsl:value-of select="$dest.dir"/>
    2223    <xsl:text> &amp;&amp;&#x0a;</xsl:text>
Note: See TracChangeset for help on using the changeset viewer.