diff options
author | Peter Palfrader <peter@palfrader.org> | 2004-05-06 23:25:12 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2004-05-06 23:25:12 +0000 |
commit | 7ac29fa31c16ea633bfa20cc7785d0f8a147f44d (patch) | |
tree | 67b952d3b3b8dfa389c2ecce4817b02a0ca55b39 /debian/rules | |
parent | d38f5b84a8614ac92343f6f738f50c783fa7c0de (diff) | |
download | tor-7ac29fa31c16ea633bfa20cc7785d0f8a147f44d.tar.gz tor-7ac29fa31c16ea633bfa20cc7785d0f8a147f44d.zip |
Move tor manpage to section 8
svn:r1816
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 31aeb9ddb5..646b68f36e 100755 --- a/debian/rules +++ b/debian/rules @@ -70,6 +70,9 @@ install: build # move tor to where it belongs mv $(CURDIR)/debian/tor/etc/tor/torrc.sample $(CURDIR)/debian/tor/etc/tor/torrc mv $(CURDIR)/debian/tor/usr/bin/tor $(CURDIR)/debian/tor/usr/sbin/tor + install -d $(CURDIR)/debian/tor/usr/share/man/man8 + mv $(CURDIR)/debian/tor/usr/share/man/man1/tor.1 $(CURDIR)/debian/tor/usr/share/man/man8/tor.8 + install -m 755 contrib/torify $(CURDIR)/debian/tor/usr/bin install -m 644 contrib/torify.1 $(CURDIR)/debian/tor/usr/share/man/man1 install -m 644 contrib/tor-tsocks.conf $(CURDIR)/debian/tor/etc/tor |