diff options
author | erik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-01-23 01:34:05 +0000 |
---|---|---|
committer | erik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-01-23 01:34:05 +0000 |
commit | 1e68bf8b811f3da09754d89dd1bd91091aea43b5 (patch) | |
tree | 0360b39142f1c85e1cac2637e09c6e452cf1a444 /examples | |
parent | 430139b1b3461254047bd7a0b5a6ca38b309be8b (diff) | |
download | busybox-w32-1e68bf8b811f3da09754d89dd1bd91091aea43b5.tar.gz busybox-w32-1e68bf8b811f3da09754d89dd1bd91091aea43b5.tar.bz2 busybox-w32-1e68bf8b811f3da09754d89dd1bd91091aea43b5.zip |
Some busybox updates. You no longer _have_ to put a "-" in front of tar
options, logger is better behaved and has a "-t" option now. init now supports
the kernel chroot patch, so you can chroot to a new device and umount the old
root.
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@328 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'examples')
-rw-r--r-- | examples/busybox.spec | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/busybox.spec b/examples/busybox.spec index 73f47e191..03e4feb36 100644 --- a/examples/busybox.spec +++ b/examples/busybox.spec | |||
@@ -1,13 +1,13 @@ | |||
1 | Name: busybox | 1 | Name: busybox |
2 | Version: 0.41 | 2 | Version: 0.42 |
3 | Release: 1 | 3 | Release: 1 |
4 | Group: System/Utilities | 4 | Group: System/Utilities |
5 | Summary: BusyBox is a tiny suite of Unix utilities in a multi-call binary. | 5 | Summary: BusyBox is a tiny suite of Unix utilities in a multi-call binary. |
6 | Copyright: GPL | 6 | Copyright: GPL |
7 | Packager : Erik Andersen <andersen@lineo.com> | 7 | Packager : Erik Andersen <andersen@lineo.com> |
8 | Conflicts: fileutils grep shellutils | 8 | Conflicts: fileutils grep shellutils |
9 | Buildroot: /tmp/%{name}-%{version} | 9 | Buildroot: /tmp/%{Name}-%{Version} |
10 | Source: %{name}-%{version}.tar.gz | 10 | Source: %{Name}-%{Version}.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 |
@@ -18,7 +18,7 @@ is makes an excellent environment for a "rescue" disk or any small or | |||
18 | embedded system. | 18 | embedded system. |
19 | 19 | ||
20 | %Prep | 20 | %Prep |
21 | %setup -q -n %{name}-%{version} | 21 | %setup -q -n %{Name}-%{Version} |
22 | 22 | ||
23 | %Build | 23 | %Build |
24 | make | 24 | make |