[pygobject] build: Fix srcdir != builddir



commit d394acbb58b38e6f52ee71e8e663a892676ab9e4
Author: Colin Walters <walters verbum org>
Date:   Thu Oct 4 20:13:55 2012 -0400

    build: Fix srcdir != builddir

 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index e79bae2..0d7b40c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -60,7 +60,7 @@ EGG_NAME = $(PACKAGE)-$(PACKAGE_VERSION)-py$(PYTHON_VERSION)-$(PLATFORM)
 
 install-data-local:
 	$(mkinstalldirs) $(DESTDIR)$(pythondir)
-	cp $(top_srcdir)/PKG-INFO $(DESTDIR)$(pythondir)/$(EGG_NAME).egg-info
+	cp $(top_builddir)/PKG-INFO $(DESTDIR)$(pythondir)/$(EGG_NAME).egg-info
 install-exec-local:
 	$(mkinstalldirs) $(DESTDIR)$(pyexecdir)
 uninstall-local:



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