[projects/git-slug: 121/170] Relative path for trash script in setup.py

glen glen at pld-linux.org
Mon Sep 21 21:48:59 CEST 2015


commit f040cf300bf1127f49f03c1c2cf01fd17e1a901e
Author: Kacper Kornet <draenog at pld-linux.org>
Date:   Tue Jun 26 16:51:08 2012 +0100

    Relative path for trash script in setup.py

 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/setup.py b/setup.py
index 976abb5..969de8c 100644
--- a/setup.py
+++ b/setup.py
@@ -10,6 +10,6 @@ setup(name='git-core-slug',
       url='https://github.com/draenog/slug',
       classifiers=['Programming Language :: Python :: 3'],
       packages=['git_slug', 'Daemon'],
-      data_files=[('/home/services/gitolite/adc/bin', ['adc/trash'])],
+      data_files=[('adc/bin', ['adc/trash'])],
       scripts=['slug.py', 'slug_watch']
      )
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/projects/git-slug.git/commitdiff/4ed64f73960519a2f4fd04c42950b2c96ae795c5



More information about the pld-cvs-commit mailing list