aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-12-23 02:13:57 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-12-23 02:13:57 +0000
commitac2f4c97e7f6e328e2fc31a291fadfc691955bbf (patch)
treef35a3fc6bef91a52ba7f7afdffd74d9cc754105a /package
parentc2e873499ac1ef5152becf0541880d15e6447942 (diff)
downloadupstream-ac2f4c97e7f6e328e2fc31a291fadfc691955bbf.tar.gz
upstream-ac2f4c97e7f6e328e2fc31a291fadfc691955bbf.tar.bz2
upstream-ac2f4c97e7f6e328e2fc31a291fadfc691955bbf.zip
fix typo
SVN-Revision: 9871
Diffstat (limited to 'package')
-rw-r--r--package/base-files/Makefile2
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 \