From 9f243b7c4d8da607705558b3feee84cf5b25aacc Mon Sep 17 00:00:00 2001 From: Shahram Najm Date: Mon, 23 Feb 2015 10:02:31 +0000 Subject: [PATCH] Rebranding: python install dir --- python/CMakeLists.txt | 2 +- python/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/CMakeLists.txt b/python/CMakeLists.txt index 51268e0c3..6f5507626 100644 --- a/python/CMakeLists.txt +++ b/python/CMakeLists.txt @@ -80,7 +80,7 @@ if( HAVE_PYTHON ) add_custom_target(copy_swig_py ALL DEPENDS ${_swig_py}) ####################### - set(PYTHON_DEST "lib/python${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}/site-packages/grib_api" ) + set(PYTHON_DEST "lib/python${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}/site-packages/eccodes" ) install(TARGETS _gribapi_swig DESTINATION ${PYTHON_DEST} ) diff --git a/python/Makefile.am b/python/Makefile.am index 8809d06d3..4157e9ce4 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -77,7 +77,7 @@ EXTRA_DIST = setup.py.in \ CMakeLists.txt # What I want installed -pdir = $(libdir)/python$(PYTHON_VERSION)/site-packages/grib_api +pdir = $(libdir)/python$(PYTHON_VERSION)/site-packages/eccodes p_DATA = \ _gribapi_swig.so \ gribapi.py \