X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=grml-live;h=e1d71876455dd50afb31d4c2035f73379ba6777c;hb=db089ea5e632e3b76e70fdee6eb3a7548411ca84;hp=d595a4173354bc70a6ef9f03d0bb431c295f32e6;hpb=bb219703a202a15aa6f9d72ef0563c52b69ff567;p=grml-live-grml.git diff --git a/grml-live b/grml-live index d595a41..e1d7187 100755 --- a/grml-live +++ b/grml-live @@ -254,7 +254,7 @@ if [ -n "$SUITE" ] ; then sed -i "s/\(deb .\+\)\([ \t]+\)$DIST\([ \t]+\)\(main \)/\1\2 $SUITE \3\4/" /etc/grml/fai/apt/sources.list # notice: activate grml-live pool only if we are building against unstable: if grep -qe unstable -qe sid /etc/grml/fai/apt/sources.list ; then - grep -q 'grml-live.*main' || \ + grep -q 'grml-live.*main' /etc/grml/fai/apt/sources.list || \ grep grml-stable /etc/grml/fai/apt/sources.list | \ sed 's/grml-stable/grml-live/' >> /etc/grml/fai/apt/sources.list else