Skip to content

Commit

Permalink
move /etc/lime/release to /etc/lime_release, equivalent to /etc/openw…
Browse files Browse the repository at this point in the history
…rt_release

drop unused /etc/lime/ directory
  • Loading branch information
altergui committed Aug 7, 2016
1 parent 720e85e commit a663136
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/lime-system/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,8 @@ LIME_VERSION_SED:=$(SED) 's,%LIME_ID%,$(LIME_ID),g' \
define Package/$(PKG_NAME)/install
$(INSTALL_DIR) $(1)/
$(CP) ./files/* $(1)/
$(INSTALL_DIR) $(1)/etc/lime/
$(LIME_VERSION_SED) \
$(1)/etc/lime/release \
$(1)/etc/lime_release \
$(1)/etc/uci-defaults/90_lime-banner
endef

Expand Down
File renamed without changes.

0 comments on commit a663136

Please sign in to comment.