2
0
forked from Ivasoft/openwrt

root users folder is now in the fs and no longer /tmp

SVN-Revision: 8844
This commit is contained in:
John Crispin
2007-09-19 19:51:11 +00:00
parent ce63393e36
commit 0a08fde2dc
3 changed files with 21 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
define Package/base-files/install-target
mkdir -p $(1)/root
endef