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
commitf57b5fffadd69cdcec0197c6e73fbf36c6073d7a (patch)
tree0dc86a357944c892535b2f4c070189a31ac88e6b /package
parent4b4bb6062ec65b32f27ba7ca85a43f25464a8b76 (diff)
downloadmaster-187ad058-f57b5fffadd69cdcec0197c6e73fbf36c6073d7a.tar.gz
master-187ad058-f57b5fffadd69cdcec0197c6e73fbf36c6073d7a.tar.bz2
master-187ad058-f57b5fffadd69cdcec0197c6e73fbf36c6073d7a.zip
fix typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9871 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 \