Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
breeze303 authored Nov 20, 2024
1 parent 998e831 commit e262897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/emortal/default-settings/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ endef

define Package/default-settings/install
$(INSTALL_DIR) $(1)/etc
$(INSTALL_DATA) ./files/99-distfeeds.conf $(1)/etc/99-distfeeds.conf
$(INSTALL_DATA) ./files/99-distfeeds.conf $(1)/etc/opkg/distfeeds.conf

$(INSTALL_DIR) $(1)/etc/uci-defaults
$(INSTALL_BIN) ./files/99-default-settings $(1)/etc/uci-defaults/
Expand Down

0 comments on commit e262897

Please sign in to comment.