[pygobject/pygobject-3-4] Install the .egg-info files into correct multilib directory



commit a8c1fe6eeaf720ee373d8490ffbcf99a05d2c5ed
Author: Kalev Lember <kalevlember gmail com>
Date:   Wed Oct 17 18:27:14 2012 +0200

    Install the .egg-info files into correct multilib directory
    
    This makes sure the .egg-info files end up in the same python top level
    directory as the rest of the gi .py files.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=686315

 Makefile.am |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 0d7b40c..2fb8783 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -59,12 +59,12 @@ pyexec_LTLIBRARIES =
 EGG_NAME = $(PACKAGE)-$(PACKAGE_VERSION)-py$(PYTHON_VERSION)-$(PLATFORM)
 
 install-data-local:
-	$(mkinstalldirs) $(DESTDIR)$(pythondir)
-	cp $(top_builddir)/PKG-INFO $(DESTDIR)$(pythondir)/$(EGG_NAME).egg-info
+	$(mkinstalldirs) $(DESTDIR)$(pyexecdir)
+	cp $(top_builddir)/PKG-INFO $(DESTDIR)$(pyexecdir)/$(EGG_NAME).egg-info
 install-exec-local:
 	$(mkinstalldirs) $(DESTDIR)$(pyexecdir)
 uninstall-local:
-	rm -f $(DESTDIR)$(pythondir)/$(EGG_NAME).egg-info
+	rm -f $(DESTDIR)$(pyexecdir)/$(EGG_NAME).egg-info
 
 egg: EGG_TMPDIR:=$(TMPDIR)/$(PACKAGE)-$(PACKAGE_VERSION)
 egg: $(top_srcdir)/gobject/gobject.la PKG-INFO



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]