Changeset 587
- Timestamp:
- Sep 3, 2002, 4:11:29 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/technical/common/build/build.sh
r586 r587 1 1 #!/bin/bash 2 2 # Remote build script (iboernig@suse.de) 3 # $Id: build.sh,v 1. 3 2002/09/02 14:41:47pstorz Exp $3 # $Id: build.sh,v 1.4 2002/09/03 14:11:29 pstorz Exp $ 4 4 # 5 5 # Kurze Featuritis: … … 43 43 SPECFILE=$(ls *.spec | awk '{print $1}') 44 44 TARFILE=$(ls *.tar.[gb]z*| awk '{print $1}') 45 DIFFILES=$(ls *.dif | awk '{print $1}')45 DIFFILES=$(ls *.dif* | awk '{print $1}') 46 46 47 47 # sonstige files die gebraucht werden
Note:
See TracChangeset
for help on using the changeset viewer.