Update vpnc to 0.4.0, thanks to Swen Kuhnlein
[openwrt/svn-archive/archive.git] / ipv6 / 6tunnel / Makefile
index 59e63594b92256eb6da14145b9945904ea4e11ec..d8b92e01cbb60a31703985096f16e3b2f06505c5 100644 (file)
@@ -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