fixed sync target
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Fri, 9 Jul 2010 16:47:16 +0000 (18:47 +0200)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Fri, 9 Jul 2010 16:47:16 +0000 (18:47 +0200)
Makefile

index facd68a..a69c9df 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -42,7 +42,7 @@ else
        +$(RSYNC) bin/ $(SSHURL)/usr/bin/
        +$(RSYNC) plc.d/ $(SSHURL)/etc/plc.d/
        +$(RSYNC) db-config.d/ $(SSHURL)/etc/planetlab/db-config.d/
-       +$(RSYNC) plc_config.py $(SSHURL)/usr/lib/python2.5/site-packages/plc_config.py
+       +$(RSYNC) plc_config.py $(SSHURL)/usr/lib/python2.\*/site-packages/plc_config.py
        +$(RSYNC) default_config.xml $(SSHURL)/etc/planetlab/default_config.xml
        @echo XXXXXXXX you might need to run ssh root@$(PLC) service plc start 
 endif