diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-01-23 01:34:05 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-01-23 01:34:05 +0000 |
commit | de552874d2074ac48ea4b834d61c54e1b6971be3 (patch) | |
tree | 0360b39142f1c85e1cac2637e09c6e452cf1a444 /examples | |
parent | f4acea8cf5175de2292c86b58f2f30d262f14345 (diff) | |
download | busybox-de552874d2074ac48ea4b834d61c54e1b6971be3.tar.gz |
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
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 @@ Name: busybox -Version: 0.41 +Version: 0.42 Release: 1 Group: System/Utilities Summary: BusyBox is a tiny suite of Unix utilities in a multi-call binary. Copyright: GPL Packager : Erik Andersen <andersen@lineo.com> Conflicts: fileutils grep shellutils -Buildroot: /tmp/%{name}-%{version} -Source: %{name}-%{version}.tar.gz +Buildroot: /tmp/%{Name}-%{Version} +Source: %{Name}-%{Version}.tar.gz %Description 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 embedded system. %Prep -%setup -q -n %{name}-%{version} +%setup -q -n %{Name}-%{Version} %Build make |