dimkr / rlsd

A lightweight, retro Linux-libre distro
http://rlsd.dimakrasner.com
MIT License
72 stars 7 forks source link

Build error #1

Closed laurentius77 closed 11 years ago

laurentius77 commented 11 years ago

Hello Iguleder,

I've prepared a Debian distribution with all the stuff needed for build lazyux. When I run the build.sh script I got the error Invalid package name Should I rewrite build.sh script to include .sh script for every package? Because $1.sh is not recognized as a "all .sh scripts" and is not found in packages as a separate script. Or should I write a new 1.sh scripts which includes the names of included packages? Can you enlighten me a little please?

Thank you.

dimkr commented 11 years ago

Yes, for every package.

for i in linux_headers musl lazy_utils dash tcsh mandoc zlib dropbear linux; do sh build.sh $i; done