diff options
author | Peter Palfrader <peter@palfrader.org> | 2004-03-30 12:29:33 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2004-03-30 12:29:33 +0000 |
commit | f058d9971254a15919349dfe2bbbf23ec7b3d319 (patch) | |
tree | 1a1a10b1a5cb2050ae61ee5299b626301b2a7a78 /debian/rules | |
parent | 826513e42bbee99aa80c82eafe9c0f720a791631 (diff) | |
download | tor-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-x | debian/rules | 1 |
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 |