From: Konstantin Stepanov Date: Tue, 21 Dec 2010 18:48:24 +0000 (+0200) Subject: fixed typo in Makefile X-Git-Tag: v1.5.0~19 X-Git-Url: https://vcs.maemo.org/git/?a=commitdiff_plain;ds=sidebyside;h=4801eafb397f98ed34b37324f31d706bd95d06e4;p=dbuscron fixed typo in Makefile --- diff --git a/Makefile b/Makefile index 3a48f39..79aa555 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ compile: .py.pyo .py.pyo: sed -i.bak -e "s/%VERSION%/`git describe --tags`/" ./dbuscron/__init__.py python$(PYVERSION) -O -m compileall ./dbuscron - mv -f ./dbuscron/__init__.py.bak ./dbuscron/__init__py + mv -f ./dbuscron/__init__.py.bak ./dbuscron/__init__.py install: compile install -o root -g root -m 0755 ./dbuscron.py $(PREFIX)/dbuscron