[or-cvs] r11645: Backport the spurious % removal. (tor/branches/tor-0_1_2-patches)

phobos at seul.org phobos at seul.org
Tue Sep 25 23:43:08 UTC 2007


Author: phobos
Date: 2007-09-25 19:43:08 -0400 (Tue, 25 Sep 2007)
New Revision: 11645

Modified:
   tor/branches/tor-0_1_2-patches/tor.spec.in
Log:
Backport the spurious % removal.


Modified: tor/branches/tor-0_1_2-patches/tor.spec.in
===================================================================
--- tor/branches/tor-0_1_2-patches/tor.spec.in	2007-09-25 23:35:28 UTC (rev 11644)
+++ tor/branches/tor-0_1_2-patches/tor.spec.in	2007-09-25 23:43:08 UTC (rev 11645)
@@ -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