summaryrefslogtreecommitdiffstats
path: root/glustolibs-gluster
diff options
context:
space:
mode:
Diffstat (limited to 'glustolibs-gluster')
-rw-r--r--glustolibs-gluster/setup.py7
1 files changed, 5 insertions, 2 deletions
diff --git a/glustolibs-gluster/setup.py b/glustolibs-gluster/setup.py
index 005571b83..b4b1cf170 100644
--- a/glustolibs-gluster/setup.py
+++ b/glustolibs-gluster/setup.py
@@ -19,7 +19,7 @@
from setuptools import setup, find_packages
from distutils import dir_util
-version = '0.21'
+version = '0.22'
name = 'glustolibs-gluster'
setup(
@@ -48,4 +48,7 @@ setup(
namespace_packages = ['glustolibs']
)
-dir_util.copy_tree('./gdeploy_configs', '/usr/share/glustolibs/gdeploy_configs')
+try:
+ dir_util.copy_tree('./gdeploy_configs', '/usr/share/glustolibs/gdeploy_configs')
+except:
+ pass