summaryrefslogtreecommitdiff
path: root/examples/redhat/makerpms.sh
diff options
context:
space:
mode:
authorJohn Terpstra <jht@samba.org>1997-08-19 09:50:31 +0000
committerJohn Terpstra <jht@samba.org>1997-08-19 09:50:31 +0000
commite5bed1594d1ba39fe3914989311c445a4a6f8945 (patch)
tree339060ca69f329832b577a729874e01b5f613dfc /examples/redhat/makerpms.sh
parented9e858c1dd37364f8c39fb56c09d7397ef8e85b (diff)
downloadsamba-e5bed1594d1ba39fe3914989311c445a4a6f8945.tar.gz
samba-e5bed1594d1ba39fe3914989311c445a4a6f8945.tar.bz2
samba-e5bed1594d1ba39fe3914989311c445a4a6f8945.zip
JHT ===> No longer needed here. Files moved to ~/packaging/redhat.
(This used to be commit daa148c38467caea6f0c6dfe59a5f0ba6797e4bb)
Diffstat (limited to 'examples/redhat/makerpms.sh')
-rwxr-xr-xexamples/redhat/makerpms.sh14
1 files changed, 0 insertions, 14 deletions
diff --git a/examples/redhat/makerpms.sh b/examples/redhat/makerpms.sh
deleted file mode 100755
index fbda839afc..0000000000
--- a/examples/redhat/makerpms.sh
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-# Copyright (C) John H Terpstra and Erik Troan - 1997
-#
-# First we move all our gear into place - a noble move!
-RPMDIR=`rpm --showrc | awk '/^rpmdir/ { print $3}'`
-SPECDIR=`rpm --showrc | awk '/^specdir/ { print $3}'`
-SRCDIR=`rpm --showrc | awk '/^sourcedir/ { print $3}'`
-
-cp -a *.spec $SPECDIR
-cp -a *.patch smb.* samba.log $SRCDIR
-cd $SRCDIR
-tar czvf samba-1.9.17.tar.gz samba-1.9.17
-cd $SPECDIR
-rpm --clean -ba samba.spec