Changeset 245d1c9 for common/custom_pkgs


Ignore:
Timestamp:
10/16/2006 05:22:57 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
93d32cf
Parents:
9a536f7
Message:

Added the shabang to auto-generated cunstom scripts.
Trailing space clean-up.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/custom_pkgs

    r9a536f7 r245d1c9  
    5454    # Create the build script file
    5555( cat <<- xEOFx
     56#!/bin/bash
    5657set -e
     58
    5759cd \$PKGDIR
    5860`cat tmp`
     61
    5962exit
    6063xEOFx
     
    8184  local BLFS_SERVER="${SERVER}/pub/blfs/conglomeration/"
    8285  local this_script
    83   local URL PKG PKG_VERSION PKG_FILE MD5 
    84  
     86  local URL PKG PKG_VERSION PKG_FILE MD5
     87
    8588  > urls.lst.tmp
    8689  for this_script in $JHALFSDIR/custom-commands/config/*; do
     
    9194    source $this_script
    9295    echo "${URL} ${BLFS_SERVER}${PKG}/${PKG_FILE} ${MD5}" >> urls.lst.tmp
    93      # Add any patches.. 
     96     # Add any patches..
    9497    for PATCH in PATCH{1..10}; do
    95       [[ -n ${!PATCH} ]] && echo "dummy-url ${!PATCH}" >> urls.lst.tmp       
     98      [[ -n ${!PATCH} ]] && echo "dummy-url ${!PATCH}" >> urls.lst.tmp
    9699    done
    97100  done
Note: See TracChangeset for help on using the changeset viewer.