diff options
author | Andrew Lewman <andrew@torproject.org> | 2007-09-25 22:56:29 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2007-09-25 22:56:29 +0000 |
commit | cfa3a1380d3fa68ecf52c6a45176326576c4d069 (patch) | |
tree | 6c69aa20b077a44641fc38c6b9e588d64610e7e4 /tor.spec.in | |
parent | a0c4cc792f171ba6c24c2bee415965bd520d23a7 (diff) | |
download | tor-cfa3a1380d3fa68ecf52c6a45176326576c4d069.tar.gz tor-cfa3a1380d3fa68ecf52c6a45176326576c4d069.zip |
Fix a spurious %. Caught by devilproxytor.
svn:r11642
Diffstat (limited to 'tor.spec.in')
-rw-r--r-- | tor.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tor.spec.in b/tor.spec.in index 82fc764583..36921a4cab 100644 --- a/tor.spec.in +++ b/tor.spec.in @@ -191,7 +191,7 @@ for high-stakes anonymity. %__install -p -m 755 contrib/torctl ${RPM_BUILD_ROOT}%{_bindir} # Set up config file; "sample" file implements a basic user node. -%__install -p -m 644 src/config/torrc.sample %${RPM_BUILD_ROOT}%{_sysconfdir}/%{name}/torrc.sample +%__install -p -m 644 src/config/torrc.sample ${RPM_BUILD_ROOT}%{_sysconfdir}/%{name}/torrc.sample # Install the logrotate control file. %__mkdir_p -m 755 ${RPM_BUILD_ROOT}%{_sysconfdir}/logrotate.d |