1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-11-19 06:54:58 +01:00

small fix on etrax basefiles to avoid bogus error msg

SVN-Revision: 7495
This commit is contained in:
John Crispin 2007-06-04 20:09:04 +00:00
parent 6f1401a961
commit 804191bc40

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