source:
trunk/minix/commands/scripts/binpackages.sh@
11
| Last change on this file since 11 was 9, checked in by , 15 years ago | |
|---|---|
| File size: 171 bytes | |
| Line | |
|---|---|
| 1 | #!/bin/sh |
| 2 | |
| 3 | pdir=Packages |
| 4 | |
| 5 | for d in */build |
| 6 | do |
| 7 | dir="`echo $d | sed 's/\/build$//'`" |
| 8 | if [ ! -f $pdir/$dir.tar.gz ] |
| 9 | then |
| 10 | echo " * $dir" |
| 11 | binpackage $dir $pdir |
| 12 | fi |
| 13 | done |
Note:
See TracBrowser
for help on using the repository browser.