summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2004-03-30 12:29:33 +0000
committerPeter Palfrader <peter@palfrader.org>2004-03-30 12:29:33 +0000
commitf058d9971254a15919349dfe2bbbf23ec7b3d319 (patch)
tree1a1a10b1a5cb2050ae61ee5299b626301b2a7a78 /debian/rules
parent826513e42bbee99aa80c82eafe9c0f720a791631 (diff)
downloadtor-f058d9971254a15919349dfe2bbbf23ec7b3d319.tar.gz
tor-f058d9971254a15919349dfe2bbbf23ec7b3d319.zip
Keep using torrc instead of torrc.sample as dpkg handles conffile upgrades.
svn:r1387
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 8646e93c32..31aeb9ddb5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -68,6 +68,7 @@ install: build
$(MAKE) install DESTDIR=$(CURDIR)/debian/tor
# 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 -m 755 contrib/torify $(CURDIR)/debian/tor/usr/bin
install -m 644 contrib/torify.1 $(CURDIR)/debian/tor/usr/share/man/man1