Peter Holik schrieb:
> lh_chroot_local-packages:
>
> if i have only one "_all.deb" packagethis script breaks at
>
> cp config/chroot_local-packages/*_"${LH_ARCHITECTURE}".deb chroot/root
>
> but i have no fix so i commented this out as a quick workaround
>
I guess this can be fixed by something like this:
for deb in config/chroot_local-packages/*_"${LH_ARCHITECTURE}".deb
config/chroot_local-packages/*_all.deb;
do cp $deb chroot/root;
done
Cheers,
Fabian
--
Dipl.-Phys. Fabian Greffrath
Lehrstuhl für Energieanlagen und Energieprozesstechnik
Ruhr-Universität Bochum
Universitätsstraße 150, IB 3/134
D-44780 Bochum
Tel.: +49(0)234/32-26334
Fax: +49(0)234/32-14227
E-Mail: greffrath(at)leat.ruhr-uni-bochum.de
_______________________________________________
debian-live-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/debian-live-devel