X-Git-Url: https://git.grml.org/?a=blobdiff_plain;ds=sidebyside;f=etc%2Fgrml%2Ffai%2Fconfig%2Fscripts%2FGRMLBASE%2F03-get-sources;h=fc7afb473760aae0a16d9439f667868039d7da4c;hb=9dafaad2fe959f195d68a38655f60d00ee028256;hp=140faf17007d6ac5afd5d054b4ecd5375990974f;hpb=b97721f7f383f030396fa41bab2c80e5151cdda1;p=grml-live.git diff --git a/etc/grml/fai/config/scripts/GRMLBASE/03-get-sources b/etc/grml/fai/config/scripts/GRMLBASE/03-get-sources index 140faf1..fc7afb4 100755 --- a/etc/grml/fai/config/scripts/GRMLBASE/03-get-sources +++ b/etc/grml/fai/config/scripts/GRMLBASE/03-get-sources @@ -7,7 +7,7 @@ ################################################################################ [ -r /etc/grml/grml-live.conf ] && . /etc/grml/grml-live.conf -[ -r /etc/grml/grml-live.local ] && . /etc/grml/grml-live.local +[ -n "$GRML_LIVE_LOCAL_CONFIG" ] && . "$GRML_LIVE_LOCAL_CONFIG" if ifclass SOURCES ; then echo "Class SOURCES set, retrieving source packages."