diff options
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}'` |