From 4b9c828f6d110eba303d44c896332bc805e7cf76 Mon Sep 17 00:00:00 2001 From: astokes Date: Fri, 26 Mar 2010 20:49:16 +0000 Subject: oops git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@879 ef72aa8b-4018-0410-8976-d6e080ef94d8 --- sos.spec | 3 +-- sos/plugins/Makefile | 2 +- 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" -- cgit