From cfa3a1380d3fa68ecf52c6a45176326576c4d069 Mon Sep 17 00:00:00 2001 From: Andrew Lewman Date: Tue, 25 Sep 2007 22:56:29 +0000 Subject: [PATCH] Fix a spurious %. Caught by devilproxytor. svn:r11642 --- tor.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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