Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
devel:openSUSE:Factory:rpmlint:tests
setroubleshoot
remove-pip-from-makefile.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File remove-pip-from-makefile.patch of Package setroubleshoot
Index: setroubleshoot-3.3.31/src/Makefile.am =================================================================== --- setroubleshoot-3.3.31.orig/src/Makefile.am +++ setroubleshoot-3.3.31/src/Makefile.am @@ -110,8 +110,8 @@ python-build: $(PYTHON) setup.py build install-exec-hook: - $(PYTHON) -m pip install `test -n "$(DESTDIR)" && echo --root $(DESTDIR)` \ - `test -n "$(PREFIX)" && echo --prefix $(PREFIX)` . + $(PYTHON) setup.py install `test -n "$(DESTDIR)" && echo --root $(DESTDIR)` \ + `test -n "$(PREFIX)" && echo --prefix $(PREFIX)` uninstall-hook: - $(PYTHON) -m pip uninstall `test -n "$(DESTDIR)" && echo --root $(DESTDIR)` -y setroubleshoot + $(PYTHON) setup.py uninstall `test -n "$(DESTDIR)" && echo --root $(DESTDIR)`
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