[or-cvs] r11642: Fix a spurious %. Caught by devilproxytor. (tor/trunk)

phobos at seul.org phobos at seul.org
Tue Sep 25 22:56:29 UTC 2007


Author: phobos
Date: 2007-09-25 18:56:29 -0400 (Tue, 25 Sep 2007)
New Revision: 11642

Modified:
   tor/trunk/tor.spec.in
Log:
Fix a spurious %.  Caught by devilproxytor.


Modified: tor/trunk/tor.spec.in
===================================================================
--- tor/trunk/tor.spec.in	2007-09-25 21:18:31 UTC (rev 11641)
+++ tor/trunk/tor.spec.in	2007-09-25 22:56:29 UTC (rev 11642)
@@ -191,7 +191,7 @@
 %__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



More information about the tor-commits mailing list