mirror of
https://github.com/Doodle3D/doodle3d-firmware.git
synced 2024-12-22 11:03:48 +01:00
Create /root/sketches
on package installation. Fixes #56.
This commit is contained in:
parent
c8bea605f7
commit
540651c72f
1
Makefile
1
Makefile
@ -89,6 +89,7 @@ define Package/wifibox/install
|
|||||||
$(INSTALL_DIR) $(1)/etc/init.d
|
$(INSTALL_DIR) $(1)/etc/init.d
|
||||||
$(INSTALL_DIR) $(1)/etc/config
|
$(INSTALL_DIR) $(1)/etc/config
|
||||||
$(INSTALL_DIR) $(1)/root/
|
$(INSTALL_DIR) $(1)/root/
|
||||||
|
$(INSTALL_DIR) $(1)/root/sketches
|
||||||
#$(INSTALL_DIR) $(1)/www
|
#$(INSTALL_DIR) $(1)/www
|
||||||
$(INSTALL_DIR) $(1)/www/cgi-bin
|
$(INSTALL_DIR) $(1)/www/cgi-bin
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user