There was an error while loading. Please reload this page.
1 parent 4523542 commit 00364cfCopy full SHA for 00364cf
1 file changed
profile.mk
@@ -44,7 +44,7 @@ endif
44
define Package/$(PKG_NAME)/install
45
$(INSTALL_DIR) $(1)/
46
# check if root/ directory exists before copying
47
- if [ -e ./root/* ]; then $(CP) -r ./root/* $(1)/; fi
+ if [ -e ./root/ ]; then $(CP) -r ./root/* $(1)/; fi
48
endef
49
50
define Build/Compile
0 commit comments