summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index e6c70f6..0818f94 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -970,12 +970,12 @@ uninstall-am: uninstall-local uninstall-pkgconfigDATA \
install-data-local:
- $(mkinstalldirs) $(DESTDIR)$(pyexecdir)
- cp $(top_builddir)/PKG-INFO $(DESTDIR)$(pyexecdir)/$(EGG_NAME).egg-info
+ $(mkinstalldirs) $(DESTDIR)$(pythondir)
+ cp $(top_builddir)/PKG-INFO $(DESTDIR)$(pythondir)/$(EGG_NAME).egg-info
install-exec-local:
$(mkinstalldirs) $(DESTDIR)$(pyexecdir)
uninstall-local:
- rm -f $(DESTDIR)$(pyexecdir)/$(EGG_NAME).egg-info
+ rm -f $(DESTDIR)$(pythondir)/$(EGG_NAME).egg-info
egg: EGG_TMPDIR:=$(TMPDIR)/$(PACKAGE)-$(PACKAGE_VERSION)
egg: $(top_srcdir)/gobject/gobject.la PKG-INFO