Browse Source

Fix a spurious %. Caught by devilproxytor.

svn:r11642
Andrew Lewman 16 years ago
parent
commit
cfa3a1380d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tor.spec.in

+ 1 - 1
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