rpm byte compiles python files. removed extension in initscripts and added wildcard...
[myplc.git] / Makefile
index becf38d..c71409b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
 # $Id$
 #
 
-BINARIES = plc-config plc-config-tty db-config dns-config refresh-peer.py plc-map.py clean-empty-dirs.py mtail.py
+BINARIES = plc-config plc-config-tty db-config dns-config refresh-peer.py plc-map.py clean-empty-dirs.py mtail.py renew_reminder.py
 INIT_SCRIPTS = api bootcd bootmanager crond db dns functions gpg httpd mail network packages postgresql ssh ssl syslog
 
 INITS=$(addprefix plc.d/,$(INIT_SCRIPTS))
@@ -26,7 +26,7 @@ else
        +$(RSYNC) guest.init $(PLCSSH):/plc/root/etc/init.d/plc
        +$(RSYNC) $(BINARIES) $(PLCSSH):/plc/root/usr/bin
        +$(RSYNC) $(INITS) $(PLCSSH):/plc/root/etc/plc.d
-       +$(RSYNC) plc_config.py $(PLCSSH):/plc/root/usr/lib/python2.4/site-packages/plc_config.py
+       +$(RSYNC) plc_config.py $(PLCSSH):/plc/root/usr/lib/python2.5/site-packages/plc_config.py
        +$(RSYNC) default_config.xml $(PLCSSH):/plc/data/etc/planetlab/default_config.xml
        @echo XXXXXXXX You might consider running the following command
        @echo ssh $(PLCSSH) chroot /plc/root service plc start