Skip to content
Snippets Groups Projects
Commit 1fbd65d2 authored by John Crispin's avatar John Crispin
Browse files

fixes file perms of mountd uci file and init.d script, thx yann.lopez

SVN-Revision: 21205
parent cba58c9d
No related branches found
No related tags found
No related merge requests found
...@@ -35,8 +35,8 @@ endef ...@@ -35,8 +35,8 @@ endef
define Package/mountd/install define Package/mountd/install
$(INSTALL_DIR) $(1)/sbin/ $(1)/etc/config/ $(1)/etc/init.d/ $(INSTALL_DIR) $(1)/sbin/ $(1)/etc/config/ $(1)/etc/init.d/
$(INSTALL_BIN) $(PKG_BUILD_DIR)/mountd $(1)/sbin/ $(INSTALL_BIN) $(PKG_BUILD_DIR)/mountd $(1)/sbin/
$(INSTALL_BIN) ./files/mountd.config $(1)/etc/config/mountd $(INSTALL_DATA) ./files/mountd.config $(1)/etc/config/mountd
$(INSTALL_DATA) ./files/mountd.init $(1)/etc/init.d/mountd $(INSTALL_BIN) ./files/mountd.init $(1)/etc/init.d/mountd
endef endef
$(eval $(call BuildPackage,mountd)) $(eval $(call BuildPackage,mountd))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment