[pygobject] Install the .egg-info files into correct multilib directory
- From: Paolo Borelli <pborelli src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pygobject] Install the .egg-info files into correct multilib directory
- Date: Wed, 17 Oct 2012 17:02:21 +0000 (UTC)
commit ff7e7401b4cf50532fef70263f7559ea513b8333
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]