diff options
author | Tim Potter <tpot@samba.org> | 2000-05-12 05:18:42 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2000-05-12 05:18:42 +0000 |
commit | 75859d689ed115a36af9274e53b873cbd93e0fc0 (patch) | |
tree | 5e1a129bdb67708eac5193ecd411a6c0e0630e11 /examples | |
parent | 53fa6d97923152831eb25fc9ad6d510d4c59ad87 (diff) | |
download | samba-75859d689ed115a36af9274e53b873cbd93e0fc0.tar.gz samba-75859d689ed115a36af9274e53b873cbd93e0fc0.tar.bz2 samba-75859d689ed115a36af9274e53b873cbd93e0fc0.zip |
simple build script for appliance rpm
(This used to be commit 40b8095a9a367d2fee1e58d12affc5883d4adc0a)
Diffstat (limited to 'examples')
-rwxr-xr-x | examples/appliance/build.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/appliance/build.sh b/examples/appliance/build.sh new file mode 100755 index 0000000000..a826cd3ef9 --- /dev/null +++ b/examples/appliance/build.sh @@ -0,0 +1,8 @@ +#!/bin/sh + +for dir in SOURCES RPMS/i386 SRPMS BUILD; do + mkdir -p /tmp/$dir +done + +tar cfz /tmp/SOURCES/samba-appliance-0.1-src.tar.gz samba-appliance-0.1 +rpm -ba appliance.spec |