#!/bin/sh
PROFILE=profile

for s in $PROFILE/*/lists; do
	D=${s%%/lists}
	D=${D##*/}
   pkglst2repo tmp/iso/MithraenPBX/RPMS.$D $s
done

#genbasedir --bz2only --progress --topdir=`dirname $(realpath tmp/iso/MithraenPBX)` --create .

