diff options
-rw-r--r-- | sos.spec | 3 | ||||
-rw-r--r-- | sos/plugins/Makefile | 2 |
2 files changed, 2 insertions, 3 deletions
@@ -41,8 +41,7 @@ rm -rf ${RPM_BUILD_ROOT} %files -f %{name}.lang %defattr(-,root,root,-) -%{_bindir}/rh-upload -%{_bindir}/sosreport +%{_sbindir}/sosreport %{_datadir}/%{name} %{python_sitelib}/* %{_mandir}/man1/* diff --git a/sos/plugins/Makefile b/sos/plugins/Makefile index 56b53d76..8fd6a1bf 100644 --- a/sos/plugins/Makefile +++ b/sos/plugins/Makefile @@ -4,7 +4,7 @@ PYFILES = $(wildcard *.py) PYVER := $(shell $(PYTHON) -c 'import sys; print "%.3s" %(sys.version)') PYSYSDIR := $(shell $(PYTHON) -c 'import sys; print sys.prefix') PYLIBDIR = $(PYSYSDIR)/lib/python$(PYVER) -PKGDIR = $(PYLIBDIR)/site-packages/$(PACKAGE)/plugins +PKGDIR = $(PYLIBDIR)/site-packages/sos/$(PACKAGE) all: echo "nada" |