diff options
Diffstat (limited to 'auto')
-rwxr-xr-x | auto/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/auto/config b/auto/config index fc9de9c..a778546 100755 --- a/auto/config +++ b/auto/config @@ -66,6 +66,7 @@ wheezy) esac [ "$LB_BOOTLOADER" = "burg" ] && LB_REPOSITORIES+=" burg" +[ "$LB_BOOTLOADER" = "grub2" ] && LB_REPOSITORIES+=" grub2" # kde4.8 is in wheezy now, no need for backport repository anymore # grep -wq kde48 <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" acritox-kde48" grep -wq trinity <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" trinity" |