[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

small patches



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




Reply to: