From: Felix Fietkau Date: Fri, 2 Jun 2006 16:03:03 +0000 (+0000) Subject: fix a typo that prevents base-files from being installed X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=3975a3e97e8bfb86af0448e10ba6593d66334332;p=openwrt%2Fstaging%2Fdedeckeh.git fix a typo that prevents base-files from being installed SVN-Revision: 3894 --- diff --git a/openwrt/package/base-files/Makefile b/openwrt/package/base-files/Makefile index 014d4b731e..23152c11d1 100644 --- a/openwrt/package/base-files/Makefile +++ b/openwrt/package/base-files/Makefile @@ -20,7 +20,7 @@ UCLIBC_VERSION:=${shell cat $(STAGING_DIR)/uclibc_version} LIBGCC_VERSION:=${shell cat $(STAGING_DIR)/gcc_version} endif -CONFIG_PACKAGE_base-files$(TARGET):=CONFIG_PACKAGE_base-files +CONFIG_PACKAGE_base-files$(TARGET):=$(CONFIG_PACKAGE_base-files) define Package/base-files$(TARGET) SECTION:=base @@ -76,7 +76,7 @@ endef define Package/base-files$(TARGET)/install $(call Package/base-files$(TARGET)/install-$(BOARD),$(1)) - $(CP) ./default/* $(1) + $(CP) ./default/* $(1)/ if [ -d $(BOARD)-$(KERNEL) ]; then \ $(CP) $(BOARD)-$(KERNEL)/* $(1)/; \ fi