rename default/ to files/
SVN-Revision: 5622
This commit is contained in:
parent
37362df7ea
commit
59a06c71cb
36 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ define Build/Compile
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/base-files$(TARGET)/install
|
define Package/base-files$(TARGET)/install
|
||||||
$(CP) ./default/* $(1)/
|
$(CP) ./files/* $(1)/
|
||||||
if [ -d $(PLATFORM_DIR)/base-files/. ]; then \
|
if [ -d $(PLATFORM_DIR)/base-files/. ]; then \
|
||||||
$(CP) $(PLATFORM_DIR)/base-files/* $(1)/; \
|
$(CP) $(PLATFORM_DIR)/base-files/* $(1)/; \
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue