Skip to content
Snippets Groups Projects
Verified Commit 2b08d4dd authored by Josef Schlehofer's avatar Josef Schlehofer
Browse files

turris-defaults: fix location of ntpservers in install section

Fixes: f64bedbe ("turris-defaults: add
package")
parent 63278936
Branches
Tags
1 merge request!824Turris OS 5.3 (HBK)
......@@ -31,7 +31,7 @@ define Package/turris-defaults/install
$(INSTALL_BIN) ./files/board.sh $(1)/etc/board.d/00_turris_defaults
$(INSTALL_DIR) $(1)/usr/share/turris-defaults/
$(INSTALL_FILE) ./files/ntpservers $(1)/usr/share/turris-defaults/
$(INSTALL_DATA ./files/defaults/ntpservers $(1)/usr/share/turris-defaults/
endef
Build/Compile:=:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment