mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-30 15:43:32 +01:00
Fix a spurious %. Caught by devilproxytor.
svn:r11642
This commit is contained in:
parent
a0c4cc792f
commit
cfa3a1380d
@ -191,7 +191,7 @@ for high-stakes anonymity.
|
|||||||
%__install -p -m 755 contrib/torctl ${RPM_BUILD_ROOT}%{_bindir}
|
%__install -p -m 755 contrib/torctl ${RPM_BUILD_ROOT}%{_bindir}
|
||||||
|
|
||||||
# Set up config file; "sample" file implements a basic user node.
|
# 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.
|
# Install the logrotate control file.
|
||||||
%__mkdir_p -m 755 ${RPM_BUILD_ROOT}%{_sysconfdir}/logrotate.d
|
%__mkdir_p -m 755 ${RPM_BUILD_ROOT}%{_sysconfdir}/logrotate.d
|
||||||
|
Loading…
Reference in New Issue
Block a user