X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=Makefile;h=53b6053f60a583451a4eaf9d56e6b6706721231b;hb=5a330402bcc1fd3904d22439f1eb031f863223a8;hp=7ec58146694eabc7d6ff22c1ecca26c062fbcdaa;hpb=2db13f0341709afb8afdb58e1fc810861aa4b402;p=dbuscron diff --git a/Makefile b/Makefile index 7ec5814..53b6053 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ compile: .py.pyo install: compile for f in $(BINFILES); do \ - install -o root -g root -m 0755 ./$$f $(PREFIX)/`basename $$f .py` + install -o root -g root -m 0755 ./$$f $(PREFIX)/`basename $$f .py`; done install -o root -g root -m 0755 -d $(PYMODULES)/dbuscron/shell find ./dbuscron -name "*.pyo" | xargs -I {} install -o root -g root -m 0644 {} $(PYMODULES)/{} install -o root -g root -m 0644 ./event.d/dbuscron $(DESTDIR)/etc/event.d/dbuscron