From: florian Date: Wed, 5 Dec 2012 14:37:03 +0000 (+0000) Subject: linux-atm: fix typo introduced in r34502 X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=67c3d9877e08c16c56b7959852926e4c8fc7a7a3 linux-atm: fix typo introduced in r34502 Signed-off-by: Florian Fainelli git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34503 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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)))