diff options
author | Andrew Lewman <andrew@torproject.org> | 2006-05-04 00:34:51 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2006-05-04 00:34:51 +0000 |
commit | 1fcc12ffff5a4b43db9ca0352d809c5cc9fc9e2e (patch) | |
tree | fb87945622cfb36b610ac41ac253d47d77ad41d9 /tor.spec.in | |
parent | f1dad00bd34ffa6a070345aa6134bc69b14095da (diff) | |
download | tor-1fcc12ffff5a4b43db9ca0352d809c5cc9fc9e2e.tar.gz tor-1fcc12ffff5a4b43db9ca0352d809c5cc9fc9e2e.zip |
Reworked dist-rpm in order to duplicate what dist used to do, but don't actually require dist.
svn:r6437
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 ceb34668ec..0fc267fd8a 100644 --- a/tor.spec.in +++ b/tor.spec.in @@ -163,8 +163,7 @@ strength of the anonymity provided. Tor is not presently suitable for high-stakes anonymity. %prep -#%setup -q -n %{name}-%{native_version} -%setup -q -n %{name} +%setup -q -n %{name}-%{native_version} %build %configure --with-tor-user=%{toruser} --with-tor-group=%{torgroup} \ |