#!/bin/sh
for i in i686 i586 i386 sparc alpha; do 
	genbasedir --bloat --topdir=/home/ftp/pub/linux/PLD/apt/ PLD-1.0/$i test
done

