diff options
author | Daniel Baumann <daniel@debian.org> | 2008-08-25 12:51:07 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:40 +0100 |
commit | fa8e9f9381214c465f4d73135d722ca0d5e9272d (patch) | |
tree | 34a5cf2337faf429fb0ec7cc9dc7344e31a0834f /functions | |
parent | 14fe5c6fb20993ff7de47f56cef89e6fd2dc6729 (diff) | |
download | vyos-live-build-fa8e9f9381214c465f4d73135d722ca0d5e9272d.tar.gz vyos-live-build-fa8e9f9381214c465f4d73135d722ca0d5e9272d.zip |
Renaming sections to categories in order to use the same names as Debian Policy does (Closes: #483777).
Diffstat (limited to 'functions')
-rwxr-xr-x | functions/defaults.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh index 9c4d2d34a..2f817a2c4 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -319,10 +319,10 @@ Set_defaults () LH_MIRROR_BINARY_SECURITY="http://security.debian.org/" fi - # Setting sections value - if [ -z "${LH_SECTIONS}" ] + # Setting categories value + if [ -z "${LH_CATEGORIES}" ] then - LH_SECTIONS="main" + LH_CATEGORIES="main" fi ## config/chroot |