diff options
author | Andrew Lewman <andrew@torproject.org> | 2007-09-24 23:18:47 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2007-09-24 23:18:47 +0000 |
commit | eaec8680178d1d7bb58f9c9c239f19dea2b0c046 (patch) | |
tree | ea9526ba4126913d3de01d88d7052ebbf5a16a2f /tor.spec.in | |
parent | 4068ad52975a0b065e126dd9f8acc3ff6b24b68f (diff) | |
download | tor-eaec8680178d1d7bb58f9c9c239f19dea2b0c046.tar.gz tor-eaec8680178d1d7bb58f9c9c239f19dea2b0c046.zip |
Update tor.spec.in to correctly install torrc.sample. Fix suggested by
devilproxytor.
svn:r11618
Diffstat (limited to 'tor.spec.in')
-rw-r--r-- | tor.spec.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tor.spec.in b/tor.spec.in index 91d6ef20df..82fc764583 100644 --- a/tor.spec.in +++ b/tor.spec.in @@ -191,8 +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 -%${RPM_BUILD_ROOT}%{_sysconfdir}/%{name}/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 |