Skip to content
Snippets Groups Projects
Commit 0ae8453c authored by John Crispin's avatar John Crispin
Browse files

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: default avatarFrank Meerkötter <frank@meerkoetter.org>

SVN-Revision: 34287
parent f7ead0a2
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment