diff options
author | John Terpstra <jht@samba.org> | 1997-07-09 13:39:29 +0000 |
---|---|---|
committer | John Terpstra <jht@samba.org> | 1997-07-09 13:39:29 +0000 |
commit | 5828b37ded0844ad337bc5a5f4e5534a87d65c0f (patch) | |
tree | da99f2965730271cb0f5b7ce8dd26d3a9e682104 /examples/redhat/makerpms.sh | |
parent | cec799512da39b880a80449952a30c255d7eb972 (diff) | |
download | samba-5828b37ded0844ad337bc5a5f4e5534a87d65c0f.tar.gz samba-5828b37ded0844ad337bc5a5f4e5534a87d65c0f.tar.bz2 samba-5828b37ded0844ad337bc5a5f4e5534a87d65c0f.zip |
JHT ==> Still getting ready for 1.9.17 release.
(This used to be commit 84abac08419c6896d9b4f5c8340df6ad90ed9754)
Diffstat (limited to 'examples/redhat/makerpms.sh')
-rwxr-xr-x | examples/redhat/makerpms.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/redhat/makerpms.sh b/examples/redhat/makerpms.sh index df54884a74..981dfa6a44 100755 --- a/examples/redhat/makerpms.sh +++ b/examples/redhat/makerpms.sh @@ -1,4 +1,6 @@ #!/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}'` |