Makefile updated
authorKonstantin Stepanov <kstep@p-nut.info>
Fri, 17 Dec 2010 12:54:30 +0000 (14:54 +0200)
committerKonstantin Stepanov <kstep@p-nut.info>
Fri, 17 Dec 2010 13:02:57 +0000 (15:02 +0200)
Makefile

index 07af6fc..2421ef3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -11,9 +11,10 @@ all:
 install:
        install -o root -g root -m 0755 ./dbuscron.py $(PREFIX)/dbuscron
        install -o root -g root -m 0755 ./dbuscrontab.py $(PREFIX)/dbuscrontab
-       install -o root -g root -m 0755 -d $(PYMODULES)/dbuscron
-       python$(PYVERSION) -O -c 'import dbuscron'
+       install -o root -g root -m 0755 -d $(PYMODULES)/dbuscron/shell
+       python$(PYVERSION) -O -c 'import dbuscron, dbuscron.shell.main, dbuscron.shell.edit'
        install -o root -g root -m 0644 ./dbuscron/*.$(PYSUFFIX) $(PYMODULES)/dbuscron
+       install -o root -g root -m 0644 ./dbuscron/shell/*.$(PYSUFFIX) $(PYMODULES)/dbuscron/shell
        install -o root -g root -m 0644 ./event.d/dbuscron $(DESTDIR)/etc/event.d/dbuscron
        -test ! -f $(DESTDIR)/etc/dbuscrontab && \
                install -o root -g root -m 0644 ./doc/dbuscrontab $(DESTDIR)/etc/dbuscrontab