Calling Check_defaults twice in lh_config, once when we initialize and once when the modified configuration is written (Closes: #576573).
This commit is contained in:
parent
e7c2302b48
commit
6d4a3e21e0
|
@ -1343,5 +1343,8 @@ EOF
|
||||||
cp config/chroot_sources/${LH_DISTRIBUTION}-backports.chroot.gpg config/chroot_sources/${LH_DISTRIBUTION}-backports.binary.gpg
|
cp config/chroot_sources/${LH_DISTRIBUTION}-backports.chroot.gpg config/chroot_sources/${LH_DISTRIBUTION}-backports.binary.gpg
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Checking defaults again
|
||||||
|
Check_defaults
|
||||||
|
|
||||||
# Creating stage file
|
# Creating stage file
|
||||||
Create_stagefile .stage/config
|
Create_stagefile .stage/config
|
||||||
|
|
Loading…
Reference in New Issue