Is there some reason why your patch does

        (cd "$(DESTDIR)$(prefix)" \
            && $(PYTHON) -c 'from compileall import *; compile_dir("Mailman", 
ddir="$(prefix)/Mailman")')

instead of just

        $(PYTHON) -c 'from compileall import *;
compile_dir("$(DESTDIR)$(prefix)/Mailman", ddir="$(prefix)/Mailman")'


** Changed in: mailman
   Importance: Undecided => Low

** Changed in: mailman
       Status: New => Confirmed

** Changed in: mailman
    Milestone: None => 2.1.17

** Changed in: mailman
     Assignee: (unassigned) => Mark Sapiro (msapiro)

-- 
You received this bug notification because you are a member of Mailman
Coders, which is subscribed to GNU Mailman.
https://bugs.launchpad.net/bugs/1241770

Title:
  PATCH: Installation with DESTDIR leaves DESTDIR/ prefixes in .pyc
  files

To manage notifications about this bug go to:
https://bugs.launchpad.net/mailman/+bug/1241770/+subscriptions
_______________________________________________
Mailman-coders mailing list
[email protected]
https://mail.python.org/mailman/listinfo/mailman-coders

Reply via email to