Further improve wording in software.sh

cleanup-cruft
Sebastian Pipping 13 years ago
parent 0cc3cceb02
commit c5c9ca49f6

@ -1,11 +1,13 @@
# NOTE: # 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 # Rather than changing this very file, please override specific versions/variables
# somewhere in /etc/genkernel.conf . # somewhere in /etc/genkernel.conf .
# #
# - The VERSION_* variables below in here are/were filled with actual version strings # - Any VERSION_* magic strings below will be filled (or already have been)
# by the genkernel ebuild. # with actual version strings by the genkernel ebuild.
# - This file should not override already existing vars, as they are probably from genkernel.conf #
# - 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_VER="${BUSYBOX_VER:-VERSION_BUSYBOX}"
BUSYBOX_SRCTAR="${BUSYBOX_SRCTAR:-${DISTDIR}/busybox-${BUSYBOX_VER}.tar.bz2}" BUSYBOX_SRCTAR="${BUSYBOX_SRCTAR:-${DISTDIR}/busybox-${BUSYBOX_VER}.tar.bz2}"

Loading…
Cancel
Save