summaryrefslogtreecommitdiff
path: root/helpers/lh_configapt
diff options
context:
space:
mode:
Diffstat (limited to 'helpers/lh_configapt')
-rwxr-xr-xhelpers/lh_configapt4
1 files changed, 2 insertions, 2 deletions
diff --git a/helpers/lh_configapt b/helpers/lh_configapt
index cf8a91f..971d02e 100755
--- a/helpers/lh_configapt
+++ b/helpers/lh_configapt
@@ -26,9 +26,9 @@ case "${1}" in
if [ "${LIVE_RECOMMENDS}" = "yes" ]
then
- echo "Aptitude::Recommends-Important \"true\";" > "${LIVE_CHROOT}"/etc/apt/apt.conf.d/00make-live_recommends.conf
+ echo "Aptitude::Recommends-Important \"true\";" >> "${LIVE_CHROOT}"/etc/apt/apt.conf
else
- echo "Aptitude::Recommends-Important \"false\";" > "${LIVE_CHROOT}"/etc/apt/apt.conf.d/00make-live_recommends.conf
+ echo "Aptitude::Recommends-Important \"false\";" >> "${LIVE_CHROOT}"/etc/apt/apt.conf
fi
;;