X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/213a25b6ebf3f6a76b134182092a5b63cc49d063..cc3cf69f41c1e939c02ec9602b7caaee9fb9cf49:/package/base-files/Makefile?ds=sidebyside diff --git a/package/base-files/Makefile b/package/base-files/Makefile index 6e85bb98d..1277de452 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -138,7 +138,7 @@ define Package/base-files$(TARGET)/install $(if $(filter-out $(PLATFORM_DIR),$(PLATFORM_SUBDIR)), \ if [ -d $(PLATFORM_SUBDIR)/base-files/. ]; then \ $(CP) $(PLATFORM_SUBDIR)/base-files/* $(1)/; \ - fi \ + fi; \ if [ -d $(PLATFORM_SUBDIR)/base-files-$(PROFILE)/. ]; then \ $(CP) $(PLATFORM_SUBDIR)/base-files-$(PROFILE)/* $(1)/; \ fi \