Browse Source

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 <[email protected]>

SVN-Revision: 34287
John Crispin 13 years ago
parent
commit
0ae8453c71
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/linux-atm/Makefile

+ 1 - 1
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