summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tor.spec.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/tor.spec.in b/tor.spec.in
index 87da8ab93d..91d6ef20df 100644
--- a/tor.spec.in
+++ b/tor.spec.in
@@ -191,7 +191,8 @@ 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 ${RPM_BUILD_ROOT}%{_sysconfdir}/%{name}/torrc.sample ${RPM_BUILD_ROOT}%{_sysconfdir}/%{name}/torrc
+%__install -p -m 644
+%${RPM_BUILD_ROOT}%{_sysconfdir}/%{name}/torrc.sample %${RPM_BUILD_ROOT}%{_sysconfdir}/%{name}/torrc.sample
# Install the logrotate control file.
%__mkdir_p -m 755 ${RPM_BUILD_ROOT}%{_sysconfdir}/logrotate.d