summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>2000-01-16 01:30:52 +0000
committerErik Andersen <andersen@codepoet.org>2000-01-16 01:30:52 +0000
commit05100cd4776d9900c6c12def21eae8cec2cab766 (patch)
tree504f5f30277b8017557235230ddeadd8cf797852 /examples
parent83865e3e90c7f67b65d1310c7f51ec4d908f7dac (diff)
downloadbusybox-w32-05100cd4776d9900c6c12def21eae8cec2cab766.tar.gz
busybox-w32-05100cd4776d9900c6c12def21eae8cec2cab766.tar.bz2
busybox-w32-05100cd4776d9900c6c12def21eae8cec2cab766.zip
tar creation support is now optional.
-Erik
Diffstat (limited to 'examples')
-rw-r--r--examples/busybox.spec6
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.
6Copyright: GPL 6Copyright: GPL
7Packager : Erik Andersen <andersen@lineo.com> 7Packager : Erik Andersen <andersen@lineo.com>
8Conflicts: fileutils grep shellutils 8Conflicts: fileutils grep shellutils
9Buildroot: /tmp/%{Name}-%{Version} 9Buildroot: /tmp/%{name}-%{version}
10Source: %{Name}-%{Version}.tar.gz 10Source: %{name}-%{version}.tar.gz
11 11
12%Description 12%Description
13BusyBox is a suite of "tiny" Unix utilities in a multi-call binary. It 13BusyBox 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
18embedded system. 18embedded 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
24make 24make