From: John Crispin Date: Wed, 21 Nov 2012 06:07:23 +0000 (+0000) Subject: [linux-atm] actually deploy atmarp and atmarpd and not just their libtool wrapper X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=411d1552239587f4412f7b3a6a2b85190a7d30e7 [linux-atm] actually deploy atmarp and atmarpd and not just their libtool wrapper due to a small error in the atm-tools package we are not deploying atmarp/atmarpd but instead the (useless) libtool-wrappers. Signed-Off-By: Frank Meerkötter SVN-Revision: 34287 --- diff --git a/package/linux-atm/Makefile b/package/linux-atm/Makefile index 0372904d86..76794d4fcd 100644 --- a/package/linux-atm/Makefile +++ b/package/linux-atm/Makefile @@ -99,7 +99,7 @@ endef define Package/atm-tools/install $(INSTALL_DIR) $(1)/usr/sbin/ - $(INSTALL_BIN) $(PKG_BUILD_DIR)/src/arpd/atmarp{,d} $(1)/usr/sbin/ + $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/atmarp{,d} $(1)/usr/sbin/ # #The following is disabled by default but still useful for some debugging