Procházet zdrojové kódy

Fix a spurious %. Caught by devilproxytor.

svn:r11642
Andrew Lewman před 16 roky
rodič
revize
cfa3a1380d
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      tor.spec.in

+ 1 - 1
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