gpsd/gpsd-fix-python-install.patch
Dirk Stoecker 29de2fc960 Accepting request 35888 from home:vuntz:branches:Application:Geo
Copy from home:vuntz:branches:Application:Geo/gpsd via accept of submit request 35888 revision 4.
Request was accepted with message:
reviewed ok.

OBS-URL: https://build.opensuse.org/request/show/35888
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gpsd?expand=0&rev=57
2010-03-27 12:00:10 +00:00

27 lines
958 B
Diff

Index: gpsd-2.92/Makefile.am
===================================================================
--- gpsd-2.92.orig/Makefile.am
+++ gpsd-2.92/Makefile.am
@@ -262,7 +262,7 @@ clean-local:
# Install Python modules
install-exec-local:
- $(PYTHON) setup.py install --prefix=${prefix} # --root=$(DESTDIR)
+ $(PYTHON) setup.py install --prefix=${prefix} --root=$(DESTDIR)
endif
if LIBGPSMM_ENABLE
Index: gpsd-2.92/Makefile.in
===================================================================
--- gpsd-2.92.orig/Makefile.in
+++ gpsd-2.92/Makefile.in
@@ -1971,7 +1971,7 @@ maskdump.c: gpsd.h-tail maskaudit.py
# Install Python modules
@HAVE_PYTHON_TRUE@install-exec-local:
-@HAVE_PYTHON_TRUE@ $(PYTHON) setup.py install --prefix=${prefix} # --root=$(DESTDIR)
+@HAVE_PYTHON_TRUE@ $(PYTHON) setup.py install --prefix=${prefix} --root=$(DESTDIR)
@HAVE_XSLT_PROCESSOR_TRUE@.xml.1:
@HAVE_XSLT_PROCESSOR_TRUE@ $(MANGENERATOR) $(MANFLAGS) $(MANTARGET) $<