X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=ipv6%2F6tunnel%2FMakefile;h=d8b92e01cbb60a31703985096f16e3b2f06505c5;hp=0ead0c7b713d5c3e76395f08f5c4ad5bedb19296;hb=500c50fdd9c4786d8bec343e515ef40bd5d90f3a;hpb=e08c673bfab61250bf42c8d9fccd17c175060f4a;ds=sidebyside diff --git a/ipv6/6tunnel/Makefile b/ipv6/6tunnel/Makefile index 0ead0c7b71..d8b92e01cb 100644 --- a/ipv6/6tunnel/Makefile +++ b/ipv6/6tunnel/Makefile @@ -4,7 +4,7 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id: Makefile 4112 2006-07-02 20:33:21Z nico $ +# $Id$ include $(TOPDIR)/rules.mk @@ -43,7 +43,7 @@ define Build/Compile endef define Package/6tunnel/install - install -m0755 -d $(1)/usr/sbin + $(INSTALL_DIR) $(1)/usr/sbin $(CP) $(PKG_BUILD_DIR)/$(PKG_NAME) $(1)/usr/sbin/ endef