Changeset a46ada0


Ignore:
Timestamp:
03/08/2006 08:40:47 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
65eee87
Parents:
075115a
Message:

Added Id key to some file to see in what of them is expanded and in what not.

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • BLFS/blfs.xsl

    r075115a ra46ada0  
    55    extension-element-prefixes="exsl"
    66    version="1.0">
     7
     8<!-- $Id$ -->
    79
    810<!-- XSLT stylesheet to create shell scripts from BLFS books. -->
  • BLFS/config

    r075115a ra46ada0  
    22#
    33# Configuration file for the blfs module
     4#
     5# $Id$
    46#
    57#####
  • BLFS/master.sh

    r075115a ra46ada0  
    11#!/bin/sh
    22
     3# $Id$
    34
    45#----------------------------#
  • LFS/config

    r075115a ra46ada0  
    22#
    33# Configuration file for the LFS module
     4#
     5# $Id$
    46#
    57#####
  • LFS/master.sh

    r075115a ra46ada0  
    11#!/bin/sh
    22
     3# $Id$
    34
    45###################################
     
    195196    # Remove the build directory(ies) except if the package build fails.
    196197    if [ "$vrs" != "" ] ; then
    197       wrt_remove_build_dirs "$name"   
     198      wrt_remove_build_dirs "$name"
    198199    fi
    199200
Note: See TracChangeset for help on using the changeset viewer.