From d946972e7e7c23b255971c3a183b6fabc2714816 Mon Sep 17 00:00:00 2001 From: Carlos Santos Date: Sun, 31 May 2020 12:25:46 -0300 Subject: docs: fix overwrite vs. override confusions 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 --- docs/adding-packages-manual.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/adding-packages-manual.txt') diff --git a/docs/adding-packages-manual.txt b/docs/adding-packages-manual.txt index 862662987..768d3cdb6 100644 --- a/docs/adding-packages-manual.txt +++ b/docs/adding-packages-manual.txt @@ -60,7 +60,7 @@ package buildtime dependencies (+PKG_BUILDDEP+), the package runtime dependencies (+PKG_DEPENDS+), the package homepage (+PKG_URL+) and finally the internet locations at which the tarball can be downloaded from (+PKG_SITES+). Normally ${PKG_NAME}-${PKG_VERSION}.tar.gz will be downloaded. You can -overwrite the default via the +DISTFILES+ variable. You can add more then one +override the default via the +DISTFILES+ variable. You can add more then one archive name in +DISTFILES+ via space separated. If you have no source archive at all, just use the boolean variable +NO_DISTFILES+ and set it to 1. -- cgit v1.2.3