fixing src/ Makefiles
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1001 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
@@ -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,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"
|
||||
|
||||
Reference in New Issue
Block a user