X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=ipv6%2F6tunnel%2FMakefile;h=d8b92e01cbb60a31703985096f16e3b2f06505c5;hp=59e63594b92256eb6da14145b9945904ea4e11ec;hb=5360edce8f45be94248e74df88c9c3c4206bf3ce;hpb=75ea41a2c060b638aed79b8ce50de8f86505c1b3 diff --git a/ipv6/6tunnel/Makefile b/ipv6/6tunnel/Makefile index 59e63594b9..d8b92e01cb 100644 --- a/ipv6/6tunnel/Makefile +++ b/ipv6/6tunnel/Makefile @@ -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