diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-01-16 01:30:52 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-01-16 01:30:52 +0000 |
commit | 05100cd4776d9900c6c12def21eae8cec2cab766 (patch) | |
tree | 504f5f30277b8017557235230ddeadd8cf797852 /examples | |
parent | 83865e3e90c7f67b65d1310c7f51ec4d908f7dac (diff) | |
download | busybox-05100cd4776d9900c6c12def21eae8cec2cab766.tar.gz |
tar creation support is now optional.
-Erik
Diffstat (limited to 'examples')
-rw-r--r-- | examples/busybox.spec | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/busybox.spec b/examples/busybox.spec index ae7010186..73f47e191 100644 --- a/examples/busybox.spec +++ b/examples/busybox.spec @@ -6,8 +6,8 @@ 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 |