diff options
-rw-r--r-- | xlators/features/glupy/src/Makefile.am | 2 | ||||
-rw-r--r-- | xlators/features/glupy/src/glupy/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/xlators/features/glupy/src/Makefile.am b/xlators/features/glupy/src/Makefile.am index 7127fd187a3..2ac0d99cd5f 100644 --- a/xlators/features/glupy/src/Makefile.am +++ b/xlators/features/glupy/src/Makefile.am @@ -15,7 +15,7 @@ glupy_la_LIBADD = $(top_builddir)/libglusterfs/src/libglusterfs.la \ noinst_HEADERS = glupy.h # Install __init__.py into the Python site-packages area -pyglupydir = $(DESTDIR)/@BUILD_PYTHON_SITE_PACKAGES@/gluster +pyglupydir = @BUILD_PYTHON_SITE_PACKAGES@/gluster pyglupy_PYTHON = __init__.py # Install glupy/__init_-.py into the Python site-packages area diff --git a/xlators/features/glupy/src/glupy/Makefile.am b/xlators/features/glupy/src/glupy/Makefile.am index ecaf5460efc..573d2da12e1 100644 --- a/xlators/features/glupy/src/glupy/Makefile.am +++ b/xlators/features/glupy/src/glupy/Makefile.am @@ -1,5 +1,5 @@ # Install __init__.py into the Python site-packages area -pyglupydir = $(DESTDIR)/@BUILD_PYTHON_SITE_PACKAGES@/gluster/glupy +pyglupydir = @BUILD_PYTHON_SITE_PACKAGES@/gluster/glupy pyglupy_PYTHON = __init__.py CLEANFILES = |