From 4227a537cecbbd6b0ed744b76653babf4145d0a5 Mon Sep 17 00:00:00 2001 From: Carlos Santos Date: Sun, 31 May 2020 12:25:50 -0300 Subject: package template: fix overwrite vs. override confusion overwrite: "to write on or over; cover with writing" [1] override: "to take precedence over; preempt or supersede" [2] 1. https://www.dictionary.com/browse/overwrite 2. https://www.dictionary.com/browse/override Signed-off-by: Carlos Santos --- package/.template/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/.template/Makefile b/package/.template/Makefile index 2c54be734..e753dc84e 100644 --- a/package/.template/Makefile +++ b/package/.template/Makefile @@ -62,7 +62,7 @@ $(eval $(call PKG_template,@UPKG@,@PKG@,$(PKG_VERSION)-$(PKG_RELEASE),$(PKG_DEPE #CONFIG_STYLE:= manual # use following to add ./configure options #CONFIGURE_ARGS+= --disable-foo -# overwrite any configure variables +# override any configure variables #CONFIGURE_ENV+= ac_cv_func_setpgrp_void=yes #BUILD_STYLE:= manual #INSTALL_STYLE:= manual -- cgit v1.2.3