From 7ac29fa31c16ea633bfa20cc7785d0f8a147f44d Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Thu, 6 May 2004 23:25:12 +0000 Subject: Move tor manpage to section 8 svn:r1816 --- debian/rules | 3 +++ 1 file changed, 3 insertions(+) (limited to 'debian/rules') 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 -- cgit v1.2.3-54-g00ecf