diff options
author | 2019-06-17 21:51:59 +0200 | |
---|---|---|
committer | 2019-06-17 21:51:59 +0200 | |
commit | 07452705c2b149c0510d64c72dc9e474bd0f8363 (patch) | |
tree | 44602ed5b9b359d0f04511cbd6bf323f15cf8b3c /ebuild-writing/common-mistakes/text.xml | |
parent | Update copyright line in footer to "Gentoo Authors" (diff) | |
download | devmanual-07452705c2b149c0510d64c72dc9e474bd0f8363.tar.gz devmanual-07452705c2b149c0510d64c72dc9e474bd0f8363.tar.bz2 devmanual-07452705c2b149c0510d64c72dc9e474bd0f8363.zip |
Avoid absolute (and outdated) /usr/portage path.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'ebuild-writing/common-mistakes/text.xml')
-rw-r--r-- | ebuild-writing/common-mistakes/text.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ebuild-writing/common-mistakes/text.xml b/ebuild-writing/common-mistakes/text.xml index 2842531..869676e 100644 --- a/ebuild-writing/common-mistakes/text.xml +++ b/ebuild-writing/common-mistakes/text.xml @@ -300,14 +300,14 @@ Another common mistake users make when submitting ebuilds is supplying an invalid license. For example, <c>GPL</c> is not a valid license. You need to specify <c>GPL-1</c> or <c>GPL-2</c>. Same with <c>LGPL</c>. Make sure the license you use in the <c>LICENSE</c> field is something that exists in -<path>/usr/portage/licenses</path>. As a tip, check the <path>COPYING</path> +the <path>licenses</path> directory. As a tip, check the <path>COPYING</path> in a source tarball for the license. If a package does not specify it uses <c>GPL-1</c> or <c>GPL-2</c>, it is very likely it uses <c>GPL-2</c>. </p> <p> If the license for the package you submit is unique and not in -<path>/usr/portage/licenses/</path>, then you must submit the new license in a +<path>licenses/</path>, then you must submit the new license in a separate file. </p> |