From c06526326cf0fb26e53c58531c514645965480d4 Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Wed, 3 Feb 2010 21:55:09 +0000 Subject: [PATCH] Bugfix in the path to the sky linux tools --- tools/release-tools/Makefile.sky | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/release-tools/Makefile.sky b/tools/release-tools/Makefile.sky index 5f7f3c058..2136fecbb 100644 --- a/tools/release-tools/Makefile.sky +++ b/tools/release-tools/Makefile.sky @@ -1,5 +1,5 @@ contiki-sky: - (cd contiki-2.x/examples/sky-shell; make sky-shell.ihex; ant dist; chmod 755 dist/tools/*-linux) + (cd contiki-2.x/examples/sky-shell; make sky-shell.ihex && ant dist && chmod 755 dist/tools/sky/*-linux) cp -r contiki-2.x/examples/sky-shell/dist contiki-sky-$(RELEASE) contiki-sky-$(RELEASE).zip: contiki-sky