Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.2:Ports
nlopt
pythondir.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File pythondir.patch of Package nlopt
Index: nlopt-2.4.1/swig/Makefile.in =================================================================== --- nlopt-2.4.1.orig/swig/Makefile.in +++ nlopt-2.4.1/swig/Makefile.in @@ -570,12 +570,12 @@ install-pythonPYTHON: $(python_PYTHON) done; \ for file in $$list2; do echo $$file; done | $(am__base_list) | \ while read files; do \ - echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pythondir)'"; \ - $(INSTALL_DATA) $$files "$(DESTDIR)$(pythondir)" || exit $$?; \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pyexecdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pyexecdir)" || exit $$?; \ done || exit $$?; \ if test -n "$$dlist"; then \ $(am__py_compile) --destdir "$(DESTDIR)" \ - --basedir "$(pythondir)" $$dlist; \ + --basedir "$(pyexecdir)" $$dlist; \ else :; fi uninstall-pythonPYTHON:
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor