Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 212547 | Differences between
and this patch

Collapse All | Expand All

(-)update.orig (-1 / +1 lines)
Lines 344-350 Link Here
344
    # a new one there
344
    # a new one there
345
    #
345
    #
346
    tmpl_dir = os.path.join(mm_cfg.PREFIX, "templates")
346
    tmpl_dir = os.path.join(mm_cfg.PREFIX, "templates")
347
    list_dir = os.path.join(mm_cfg.PREFIX, "lists")
347
    list_dir = os.path.join(mm_cfg.VAR_PREFIX, "lists")
348
    b4_tmpl_dir = os.path.join(tmpl_dir, mlist._internal_name)
348
    b4_tmpl_dir = os.path.join(tmpl_dir, mlist._internal_name)
349
    new_tmpl_dir = os.path.join(list_dir, mlist._internal_name)
349
    new_tmpl_dir = os.path.join(list_dir, mlist._internal_name)
350
    if os.path.exists(b4_tmpl_dir):
350
    if os.path.exists(b4_tmpl_dir):

Return to bug 212547