From 9af5c8e8cf4f663062ae4cd6278dee8e3423ef64 Mon Sep 17 00:00:00 2001 From: nbd Date: Sun, 23 Dec 2007 02:13:57 +0000 Subject: [PATCH] fix typo git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9871 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/base-files/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.35.1