diff options
author | Sebastian Pipping <sebastian@pipping.org> | 2012-08-13 01:14:42 +0200 |
---|---|---|
committer | Sebastian Pipping <sebastian@pipping.org> | 2012-08-13 01:18:55 +0200 |
commit | c5c9ca49f60126e2ae9892fe5eaaca8457665cea (patch) | |
tree | ae63edf6cb517cd212eb64fb401660a59cdf77ba | |
parent | Move the sourcing of software.sh to genkernel (diff) | |
download | genkernel-c5c9ca49f60126e2ae9892fe5eaaca8457665cea.tar.gz genkernel-c5c9ca49f60126e2ae9892fe5eaaca8457665cea.tar.bz2 genkernel-c5c9ca49f60126e2ae9892fe5eaaca8457665cea.zip |
Further improve wording in software.sh
-rw-r--r-- | defaults/software.sh | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/defaults/software.sh b/defaults/software.sh index fa7d136..fe2962e 100644 --- a/defaults/software.sh +++ b/defaults/software.sh @@ -1,11 +1,13 @@ # NOTE: -# - This file (software.sh) is sourced by genkernel . +# - This file (software.sh) is sourced by genkernel. # Rather than changing this very file, please override specific versions/variables # somewhere in /etc/genkernel.conf . # -# - The VERSION_* variables below in here are/were filled with actual version strings -# by the genkernel ebuild. -# - This file should not override already existing vars, as they are probably from genkernel.conf +# - Any VERSION_* magic strings below will be filled (or already have been) +# with actual version strings by the genkernel ebuild. +# +# - This file should not override previously defined variables, as their values may +# originate from user changes to /etc/genkernel.conf . BUSYBOX_VER="${BUSYBOX_VER:-VERSION_BUSYBOX}" BUSYBOX_SRCTAR="${BUSYBOX_SRCTAR:-${DISTDIR}/busybox-${BUSYBOX_VER}.tar.bz2}" |