diff options
author | Kaleb KEITHLEY <kkeithle@redhat.com> | 2015-08-03 06:33:01 -0700 |
---|---|---|
committer | Kaleb KEITHLEY <kkeithle@redhat.com> | 2015-08-03 06:34:15 -0700 |
commit | b646aa00bb2558fe82f80ca8a43f187611d288c9 (patch) | |
tree | 2d3407b9a58c7f3ef699a9aded5f9b73c8554c0b | |
parent | 871000e3ddb457c9cc5757cd94cfc178e3c1be29 (diff) |
Revert "Add DESTDIR support for pyglupy Makefile"
This reverts commit 871000e3ddb457c9cc5757cd94cfc178e3c1be29.
Change-Id: I05913151d9cb4c50057e5e72859768085041bdc9
Reviewed-on: http://review.gluster.org/11821
Tested-by: Kaleb KEITHLEY <kkeithle@redhat.com>
Reviewed-by: Kaleb KEITHLEY <kkeithle@redhat.com>
-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 = |