small fix on etrax basefiles to avoid bogus error msg
SVN-Revision: 7495
This commit is contained in:
parent
6f1401a961
commit
804191bc40
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
define Package/base-files/install-target
|
||||
mkdir $(1)/root
|
||||
mkdir -p $(1)/root
|
||||
endef
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue