Index: trunk/Ohana/src/shell/Makefile
===================================================================
--- trunk/Ohana/src/shell/Makefile	(revision 2477)
+++ trunk/Ohana/src/shell/Makefile	(revision 2510)
@@ -34,4 +34,5 @@
 
 install:
+	@if [ ! -d $(DESTBIN) ]; then mkdir -p $(DESTBIN); fi
 	for file in $(CODE); do \
 	(chmod +x src/$$file && cd $(DESTBIN) && rm -f $$file && ln -s $(HOME)/src/$$file .); \
