summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAuke Booij (tulcod) <auke@tulcod.com>2010-07-30 15:42:16 +0200
committerAuke Booij (tulcod) <auke@tulcod.com>2010-07-30 15:42:16 +0200
commit896ab04348509da537a51adb2fc94dcb613dc936 (patch)
tree7fdf3a1ef78723dd78dab8016c478547c2c16ecb /setup.py
parentSome actions should work now. Proper configuration not included, stay tuned. (diff)
downloadg-cran-896ab04348509da537a51adb2fc94dcb613dc936.tar.gz
g-cran-896ab04348509da537a51adb2fc94dcb613dc936.tar.bz2
g-cran-896ab04348509da537a51adb2fc94dcb613dc936.zip
Even more actions should be working now. Added config file support.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 8af5737..4e5c149 100644
--- a/setup.py
+++ b/setup.py
@@ -13,7 +13,7 @@ setup(name='G-CRAN',
package_data={'g_cran':['convert_packages_rds.R']},
data_files=[
#('/etc/g-common/',['g_common/']),
- ('/usr/share/g-common/drivers/',['g_cran/g_cran.cfg']),
+ ('/usr/share/g-common/drivers/',['g_cran/g-cran.cfg']),
('/usr/share/g-common/',['g_common/common.ebuild']),
]
)