Gentoo Archives: gentoo-commits

From: Brian Dolbec <dolsen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gentoo-keys:master commit in: gkeys-gen/
Date: Thu, 01 Jan 2015 17:45:00
Message-Id: 1420079992.148203c4ce157933b8545b65c943ed27d8e690f3.dolsen@gentoo
1 commit: 148203c4ce157933b8545b65c943ed27d8e690f3
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 31 21:24:05 2014 +0000
4 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 1 02:39:52 2015 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/gentoo-keys.git;a=commit;h=148203c4
7
8 gekys-gen/setup.py: Update for recent changes
9
10 ---
11 gkeys-gen/setup.py | 4 ++++
12 1 file changed, 4 insertions(+)
13
14 diff --git a/gkeys-gen/setup.py b/gkeys-gen/setup.py
15 index 4e6483e..063bff1 100755
16 --- a/gkeys-gen/setup.py
17 +++ b/gkeys-gen/setup.py
18 @@ -1,5 +1,6 @@
19 #!/usr/bin/env python
20
21 +import os
22 import sys
23
24 from distutils.core import setup
25 @@ -29,6 +30,9 @@ setup(
26 download_url='',
27 packages=['gkeygen'],
28 scripts=['bin/gkey-gen'],
29 + data_files=(
30 + (os.path.join(os.sep, EPREFIX.lstrip(os.sep), 'etc/gkeys/'), ['etc/gkeys-gen.conf']),
31 + ),
32 license=__license__,
33 long_description=open('README.md').read(),
34 keywords='gpg',