diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-12-23 02:13:57 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-12-23 02:13:57 +0000 |
commit | ac2f4c97e7f6e328e2fc31a291fadfc691955bbf (patch) | |
tree | f35a3fc6bef91a52ba7f7afdffd74d9cc754105a /package/base-files | |
parent | c2e873499ac1ef5152becf0541880d15e6447942 (diff) | |
download | upstream-ac2f4c97e7f6e328e2fc31a291fadfc691955bbf.tar.gz upstream-ac2f4c97e7f6e328e2fc31a291fadfc691955bbf.tar.bz2 upstream-ac2f4c97e7f6e328e2fc31a291fadfc691955bbf.zip |
fix typo
SVN-Revision: 9871
Diffstat (limited to 'package/base-files')
-rw-r--r-- | package/base-files/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile index 6e85bb98d9..1277de452e 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 \ |