fixing src/ Makefiles

git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1001 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
(no author)
2008-01-05 12:17:39 +00:00
parent 65c11f59b0
commit e0f8eb7555
2 changed files with 1 additions and 6 deletions
-2
View File
@@ -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)/.
+1 -4
View File
@@ -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"