diff options
author | Roger Dingledine <arma@torproject.org> | 2007-05-02 08:40:26 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-05-02 08:40:26 +0000 |
commit | 87c19c0c491ab80e7b2eec5ad8075e89daee086a (patch) | |
tree | c87603bfe48788bfc44445b47cebfc197f7d146b /tor.spec.in | |
parent | 47d21abf1559bb2a0ad1cb89083051fb4317b769 (diff) | |
download | tor-87c19c0c491ab80e7b2eec5ad8075e89daee086a.tar.gz tor-87c19c0c491ab80e7b2eec5ad8075e89daee086a.zip |
include tor-gencert in the files section for make dist-rpm
svn:r10091
Diffstat (limited to 'tor.spec.in')
-rw-r--r-- | tor.spec.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tor.spec.in b/tor.spec.in index ed6ef9c60e..87da8ab93d 100644 --- a/tor.spec.in +++ b/tor.spec.in @@ -287,6 +287,7 @@ exit 0 %{_bindir}/torctl %{_bindir}/torify %{_bindir}/tor-resolve +%{_bindir}/tor-gencert %config %{_initrddir}/%{name} %config(noreplace) %attr(0644,root,root) %{_sysconfdir}/logrotate.d/%{name} %dir %attr(0755,root,%{torgroup}) %{_sysconfdir}/%{name}/ |