aboutsummaryrefslogtreecommitdiffstats
path: root/sos/plugins/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sos/plugins/Makefile')
-rw-r--r--sos/plugins/Makefile2
1 files changed, 1 insertions, 1 deletions
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"