aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sos.spec3
-rw-r--r--sos/plugins/Makefile2
2 files changed, 2 insertions, 3 deletions
diff --git a/sos.spec b/sos.spec
index e0d7469b..2ba0c564 100644
--- a/sos.spec
+++ b/sos.spec
@@ -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"