actually deploy atmarp and atmarpd and not just their libtool wrapper
authorJohn Crispin <john@openwrt.org>
Wed, 21 Nov 2012 06:07:23 +0000 (06:07 +0000)
committerJohn Crispin <john@openwrt.org>
Wed, 21 Nov 2012 06:07:23 +0000 (06:07 +0000)
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 <frank@meerkoetter.org>
SVN-Revision: 34287

package/linux-atm/Makefile

index 0372904d869dfb2fdee8e49c4eea475951fab48e..76794d4fcdb2a20499c3db83d4db995a3946405d 100644 (file)
@@ -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