From a17db82c63b1c39014e2c26145e28f22d5b74307 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 12 May 2000 06:23:38 +0000 Subject: build in /usr/src/redhat (This used to be commit 11328f27816160d77934fb9b2409263f442e4f42) --- examples/appliance/build.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'examples/appliance/build.sh') diff --git a/examples/appliance/build.sh b/examples/appliance/build.sh index a075742935..adef00fb89 100755 --- a/examples/appliance/build.sh +++ b/examples/appliance/build.sh @@ -1,8 +1,4 @@ #!/bin/sh -for dir in SOURCES RPMS/i386 SRPMS BUILD; do - mkdir -p /tmp/$dir -done - -tar --exclude=CVS -czf /tmp/SOURCES/samba-appliance-0.1-src.tar.gz samba-appliance-0.1 +tar --exclude=CVS -czf /usr/src/redhat/SOURCES/samba-appliance-0.1-src.tar.gz samba-appliance-0.1 rpm -ba appliance.spec -- cgit