From e0f8eb7555c08ce52fc1abc768466dbad4edbb84 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> Date: Sat, 5 Jan 2008 12:17:39 +0000 Subject: [PATCH] fixing src/ Makefiles git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1001 cd1c1023-2f26-0410-ae45-c471fc1f0318 --- spritz/src/Makefile | 2 -- spritz/src/etpgui/Makefile | 5 +---- 2 files changed, 1 insertion(+), 6 deletions(-) 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"