diff options
author | astokes <astokes@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2010-03-26 20:49:16 +0000 |
---|---|---|
committer | astokes <astokes@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2010-03-26 20:49:16 +0000 |
commit | 4b9c828f6d110eba303d44c896332bc805e7cf76 (patch) | |
tree | 28a7b6dee72d460665aac0e515d2337f256e9db5 | |
parent | c5c2f3f46d752da1a7c631af8619489d454f51c1 (diff) | |
download | sos-4b9c828f6d110eba303d44c896332bc805e7cf76.tar.gz |
oops
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@879 ef72aa8b-4018-0410-8976-d6e080ef94d8
-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" |