Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
openSUSE:12.2:PowerPC
setools
setools-setup_py-prefix.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File setools-setup_py-prefix.patch of Package setools
Index: setools-3.3.6/python/setools/Makefile.am =================================================================== --- setools-3.3.6.orig/python/setools/Makefile.am +++ setools-3.3.6/python/setools/Makefile.am @@ -25,10 +25,10 @@ python-build: sesearch.c seinfo.c LIBS="$(QPOL_LIB_FLAG) $(APOL_LIB_FLAG)" INCLUDES="$(QPOL_CFLAGS) $(APOL_CFLAGS)" $(PYTHON) setup.py build install-exec-hook: - $(PYTHON) setup.py install `test -n "$(DESTDIR)" && echo --root $(DESTDIR)` + $(PYTHON) setup.py install --prefix=/usr `test -n "$(DESTDIR)" && echo --root $(DESTDIR)` uninstall-hook: - $(PYTHON) setup.py uninstall `test -n "$(DESTDIR)" && echo --root $(DESTDIR)` + $(PYTHON) setup.py uninstall --prefix=usr `test -n "$(DESTDIR)" && echo --root $(DESTDIR)` clean-local: $(PYTHON) setup.py clean -a Index: setools-3.3.6/python/setools/Makefile.in =================================================================== --- setools-3.3.6.orig/python/setools/Makefile.in +++ setools-3.3.6/python/setools/Makefile.in @@ -535,10 +535,10 @@ python-build: sesearch.c seinfo.c LIBS="$(QPOL_LIB_FLAG) $(APOL_LIB_FLAG)" INCLUDES="$(QPOL_CFLAGS) $(APOL_CFLAGS)" $(PYTHON) setup.py build install-exec-hook: - $(PYTHON) setup.py install `test -n "$(DESTDIR)" && echo --root $(DESTDIR)` + $(PYTHON) setup.py install --prefix=/usr `test -n "$(DESTDIR)" && echo --root $(DESTDIR)` uninstall-hook: - $(PYTHON) setup.py uninstall `test -n "$(DESTDIR)" && echo --root $(DESTDIR)` + $(PYTHON) setup.py uninstall --prefix=/usr `test -n "$(DESTDIR)" && echo --root $(DESTDIR)` clean-local: $(PYTHON) setup.py clean -a
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