aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-05-28 17:15:52 +0000
committerNick Mathewson <nickm@torproject.org>2008-05-28 17:15:52 +0000
commitdd715016ddb4a9c377da7586561e54237c405c03 (patch)
tree63ccf279b364ab03e49c48a489997f067ca982f2 /src
parent02c26de8342e8b3658b933084df508ac0c890b6f (diff)
downloadtor-dd715016ddb4a9c377da7586561e54237c405c03.tar
tor-dd715016ddb4a9c377da7586561e54237c405c03.tar.gz
Fix the rpm build: we need to list all our files in the files section. Also, put fallback-consensus and geoip file in /usr/share/tor/, not in /usr/share/
svn:r14778
Diffstat (limited to 'src')
-rw-r--r--src/config/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/config/Makefile.am b/src/config/Makefile.am
index 21fba9177..30748eed8 100644
--- a/src/config/Makefile.am
+++ b/src/config/Makefile.am
@@ -1,10 +1,12 @@
confdir = $(sysconfdir)/tor
+tordatadir = $(datadir)/tor
+
EXTRA_DIST = fallback-consensus geoip
conf_DATA = torrc.sample
-data_DATA = fallback-consensus geoip
+tordata_DATA = fallback-consensus geoip
# If we don't have it, fake it.
fallback-consensus: