X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=net%2Fvtun%2FMakefile;h=e09251fa722f988bf370eaf77fc923d01a3e1d8a;hp=bf0f4ca0fd3f4c8171f8acd0c7ca2de7129a9d9c;hb=c26ab96263f981f4316f6d458c58fa56deedde62;hpb=0df5a442d3348cfc5001139cfd007b60c6ef5aaf;ds=sidebyside diff --git a/net/vtun/Makefile b/net/vtun/Makefile index bf0f4ca0fd..e09251fa72 100644 --- a/net/vtun/Makefile +++ b/net/vtun/Makefile @@ -49,7 +49,7 @@ endef define Package/vtun/install $(INSTALL_DIR) $(1)/etc - install -m0600 $(PKG_BUILD_DIR)/vtund.conf $(1)/etc/ + $(INSTALL_CONF) $(PKG_BUILD_DIR)/vtund.conf $(1)/etc/ $(INSTALL_DIR) $(1)/usr/sbin $(INSTALL_BIN) $(PKG_BUILD_DIR)/vtund $(1)/usr/sbin/ endef