diff --git a/spritz/src/Makefile b/spritz/src/Makefile index 1447159a8..bb260227f 100644 --- a/spritz/src/Makefile +++ b/spritz/src/Makefile @@ -10,7 +10,5 @@ clean: install: mkdir -p $(DESTDIR)/usr/lib/entropy/spritz - mkdir -p $(DESTDIR)/usr/lib/entropy/spritz - install -m755 *.pyc $(DESTDIR)/$(PKGDIR)/. install -m755 *.py $(DESTDIR)/$(PKGDIR)/. install -m644 spritz.glade $(DESTDIR)/$(PKGDIR)/. diff --git a/spritz/src/etpgui/Makefile b/spritz/src/etpgui/Makefile index faeac197b..f96dc5eb4 100644 --- a/spritz/src/etpgui/Makefile +++ b/spritz/src/etpgui/Makefile @@ -1,10 +1,7 @@ PYTHON=python PACKAGE = $(shell basename `pwd`) 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) +PKGDIR = etpgui all: echo "Nothing to do"