Ignore:
Timestamp:
Oct 8, 2002, 6:30:28 PM (22 years ago)
Author:
joergs
Message:

hinzunehmen von expat, perl-Convert und perl-XML-Parser
anpassung an build.sh

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/technical/common/build/build.sh

    r606 r617  
    11#!/bin/bash
    22# Remote build script (iboernig@suse.de)
    3 # $Id: build.sh,v 1.9 2002/09/09 18:29:36 stephand Exp $
     3# $Id: build.sh,v 1.10 2002/10/08 16:30:28 joergs Exp $
    44#
    55# Kurze Featuritis:
     
    4747
    4848# sonstige files die gebraucht werden
    49 RESTFILES=$(ls *.init 2>/dev/null | awk '{print $1}') # fuer srpm inetd
     49RESTFILES=$(ls *.init *.html 2>/dev/null | awk '{print $1}') # fuer srpm inetd
    5050
    5151PACKAGE=$(awk '/^Name:/ {print $2}' <$SPECFILE)
Note: See TracChangeset for help on using the changeset viewer.