From: Felix Fietkau Date: Thu, 21 Jul 2005 11:33:05 +0000 (+0000) Subject: fix typo in mtd package X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e0c4f6e568ebe273c3a7f7f02655d3323ca90a30;p=librecmc%2Flibrecmc.git fix typo in mtd package SVN-Revision: 1516 --- diff --git a/openwrt/package/mtd/Makefile b/openwrt/package/mtd/Makefile index 4975469844..bfbb301e4c 100644 --- a/openwrt/package/mtd/Makefile +++ b/openwrt/package/mtd/Makefile @@ -22,5 +22,5 @@ $(PKG_BUILD_DIR)/.built: $(IPKG_MTD): install -d -m0755 $(IDIR_MTD)/sbin install -m0755 $(PKG_BUILD_DIR)/mtd $(IDIR_MTD)/sbin - $(RSTRIP) $(_IPK_DIR)/sbin/* + $(RSTRIP) $(IDIR_MTD)/sbin/* $(IPKG_BUILD) $(IDIR_MTD) $(PACKAGE_DIR)