Commit 70cc8d2
committed
Fix %files section to not claim ownership of bindir and mandir
Addresses: #50 basho/riak_cs#554
The %files section had to general a case for both (s)bindir
and mandir, specifying the actual directory rather than the
contents of the directory. This change simply changes those
two lines to be the `<dir>/*` style as recommended in the
[fedora package maintainers documentation](http://fedoraproject.org/wiki/How_to_create_an_RPM_package#.25files_section)1 parent 93b0159 commit 70cc8d2
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
| 134 | + | |
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
0 commit comments