~tsimonq2/debian-cd/lubuntu-cosmic-changes

« back to all changes in this revision

Viewing changes to tasks/base-woody

  • Committer: Arch Librarian
  • Date: 2005-03-22 00:57:17 UTC
  • Revision ID: Arch-1:debian-cd@arch.ubuntu.com%debian-cd--MAIN--0--patch-294
* Updated script in tasks/base-woody.
Author: hertzog
Date: 2002-03-16 23:07:55 GMT
* Updated script in tasks/base-woody.
* New changelog entry.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
for arch in alpha arm i386 ia64 m68k powerpc sparc mips mipsel hppa s390
11
11
do
12
12
    echo "#ifdef ARCH_$arch"
13
 
    debootstrap --arch $arch --print-debs $CODENAME | tr ' ' '\n'
 
13
    debootstrap --arch $arch --print-debs $CODENAME | tr ' ' '\n' | grep -v "^$"
14
14
    echo "#endif"
15
15
    echo ""
16
16
done