diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-12-05 14:37:03 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-12-05 14:37:03 +0000 |
commit | 489c3ed1334e531c36056dabddc6af70b58d8f70 (patch) | |
tree | 60fdeb8f71e4df14474d18124ae5cfc8f910ad83 /package/linux-atm/Makefile | |
parent | cdcf1f1393fb7d8c92778d95da9ee9654657cc11 (diff) | |
download | upstream-489c3ed1334e531c36056dabddc6af70b58d8f70.tar.gz upstream-489c3ed1334e531c36056dabddc6af70b58d8f70.tar.bz2 upstream-489c3ed1334e531c36056dabddc6af70b58d8f70.zip |
linux-atm: fix typo introduced in r34502
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34503 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/linux-atm/Makefile')
-rw-r--r-- | package/linux-atm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/linux-atm/Makefile b/package/linux-atm/Makefile index 88135d86a1..e4d4b49f26 100644 --- a/package/linux-atm/Makefile +++ b/package/linux-atm/Makefile @@ -132,7 +132,7 @@ endef define BuildAtmPlugin define Package/$(1)/install $(INSTALL_DIR) $$(1)/usr/$(3) - $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/$(3)/$(2) $$(1)/$(3) + $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/$(3)/$(2) $$(1)/usr/$(3) endef $$(eval $$(call BuildPackage,$(1))) |