Nicolas Cannasse hace 12 años
padre
commit
b7a5a51ec7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -64,7 +64,7 @@ install:
 	cp haxe $(INSTALL_DIR)/bin/haxe
 	rm -rf $(INSTALL_DIR)/lib/haxe
 	mkdir $(INSTALL_DIR)/lib/haxe
-	cp -r std $(INSTALL_DIR)/lib/haxe
+	svn export std/ $(INSTALL_DIR)/lib/haxe/std
 	mkdir $(INSTALL_DIR)/lib/haxe/lib
 	chmod 777 $(INSTALL_DIR)/lib/haxe/lib
 	cp std/tools/haxelib/haxelib.sh $(INSTALL_DIR)/bin/haxelib