diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-05-28 17:15:52 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-05-28 17:15:52 +0000 |
commit | dd715016ddb4a9c377da7586561e54237c405c03 (patch) | |
tree | 63ccf279b364ab03e49c48a489997f067ca982f2 /src | |
parent | 02c26de8342e8b3658b933084df508ac0c890b6f (diff) | |
download | tor-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.am | 4 |
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: |