X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=3df691f6666fa68e7b1e68ac911a1f31a78ee3af;hb=53fb202a0ed1ef1df5c9c292de2fc410b782e5bb;hp=33b50289f5090ed42f9e30c5c140bbd641a91051;hpb=a37661b9ceefed59c3f1e741587103c6a06ac685;p=plewww.git diff --git a/Makefile b/Makefile index 33b5028..3df691f 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ SSHURL:=root@$(PLC):/ SSHCOMMAND:=ssh root@$(PLC) else ifdef PLCHOSTLXC -SSHURL:=root@$(PLCHOSTLXC):/var/lib/lxc/$(GUESTNAME)/rootfs +SSHURL:=root@$(PLCHOSTLXC):/vservers/$(GUESTNAME) SSHCOMMAND:=ssh root@$(PLCHOSTLXC) ssh $(GUESTHOSTNAME) else ifdef PLCHOSTVS @@ -46,7 +46,7 @@ endif compress: $(foreach file,\ $(shell find . -type f -iname "*.js" | grep -v datepicker.js | grep -v raphael),\ - $(shell python jsmin.py < $(file) > $(file).new && mv $(file).new $(file))) + $(shell python2 jsmin.py < $(file) > $(file).new && mv $(file).new $(file))) @echo "Compressed .js files with jsmin.py" .PHONY: compress