public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/gentoo-keys:master commit in: gkeys-gen/
@ 2015-01-01 17:44 Brian Dolbec
  0 siblings, 0 replies; only message in thread
From: Brian Dolbec @ 2015-01-01 17:44 UTC (permalink / raw
  To: gentoo-commits

commit:     148203c4ce157933b8545b65c943ed27d8e690f3
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 31 21:24:05 2014 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Thu Jan  1 02:39:52 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/gentoo-keys.git;a=commit;h=148203c4

gekys-gen/setup.py: Update for recent changes

---
 gkeys-gen/setup.py | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gkeys-gen/setup.py b/gkeys-gen/setup.py
index 4e6483e..063bff1 100755
--- a/gkeys-gen/setup.py
+++ b/gkeys-gen/setup.py
@@ -1,5 +1,6 @@
 #!/usr/bin/env python
 
+import os
 import sys
 
 from distutils.core import setup
@@ -29,6 +30,9 @@ setup(
     download_url='',
     packages=['gkeygen'],
     scripts=['bin/gkey-gen'],
+    data_files=(
+        (os.path.join(os.sep, EPREFIX.lstrip(os.sep), 'etc/gkeys/'), ['etc/gkeys-gen.conf']),
+        ),
     license=__license__,
     long_description=open('README.md').read(),
     keywords='gpg',


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-01-01 17:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-01 17:44 [gentoo-commits] proj/gentoo-keys:master commit in: gkeys-gen/ Brian Dolbec

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox