diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/busybox.spec | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/busybox.spec b/examples/busybox.spec index 46bd7f484..281a381a7 100644 --- a/examples/busybox.spec +++ b/examples/busybox.spec | |||
@@ -11,11 +11,11 @@ Source: busybox-0.29a1.tar.gz | |||
11 | 11 | ||
12 | %Description | 12 | %Description |
13 | BusyBox is a suite of "tiny" Unix utilities in a multi-call binary. It | 13 | BusyBox is a suite of "tiny" Unix utilities in a multi-call binary. It |
14 | provides a pretty complete environment that fits on a floppy or in a | 14 | provides a pretty complete POSIX environment in a very small package. |
15 | ROM. Just add "ash" (Keith Almquists tiny Bourne shell clone) and "ae", | 15 | Just add a kernel, "ash" (Keith Almquists tiny Bourne shell clone), and |
16 | and a kernel and you have a full system. This is used on the Debian | 16 | an editor such as "elvis-tiny" or "ae", and you have a full system. This |
17 | install disk and in an internet router, and it makes a good environment | 17 | is makes an excellent environment for a "rescue" disk or any small or |
18 | for a "rescue" disk or any small or embedded system. | 18 | embedded system. |
19 | 19 | ||
20 | %Prep | 20 | %Prep |
21 | %setup -q -n busybox | 21 | %setup -q -n busybox |