|
Revision 212, 496 bytes
(checked in by svn, 5 years ago)
|
Added BSD copyright.
|
| Line | |
|---|
| 1 |
%readme README |
|---|
| 2 |
%version @VERSION@ |
|---|
| 3 |
%product Operator Escalation |
|---|
| 4 |
%copyright David Koblas, Howard Owen, Alec Thomas |
|---|
| 5 |
%license COPYING |
|---|
| 6 |
%vendor N/A |
|---|
| 7 |
|
|---|
| 8 |
|
|---|
| 9 |
# Directories... |
|---|
| 10 |
$prefix=/usr |
|---|
| 11 |
$exec_prefix=${prefix} |
|---|
| 12 |
$bindir=${exec_prefix}/bin |
|---|
| 13 |
$mandir=${prefix}/share/man |
|---|
| 14 |
$datadir=${prefix}/share |
|---|
| 15 |
|
|---|
| 16 |
d 755 root sys ${bindir} - |
|---|
| 17 |
f 4755 root sys ${bindir}/op op |
|---|
| 18 |
|
|---|
| 19 |
d 755 root sys /etc - |
|---|
| 20 |
c 600 root sys /etc/op.conf op.conf |
|---|
| 21 |
|
|---|
| 22 |
d 755 root sys ${mandir} - |
|---|
| 23 |
d 755 root sys ${mandir}/man1 - |
|---|
| 24 |
f 644 root sys ${mandir}/man1/op.1 op.1 |
|---|