------------------------------------------------------------ revno: 1184 committer: Mark Sapiro <[email protected]> branch nick: 2.1 timestamp: Sat 2009-08-01 10:46:50 -0700 message: Rev 1141 wasn't completely correct. modified: misc/Makefile.in
-- lp:mailman/2.1 https://code.launchpad.net/~mailman-coders/mailman/2.1 Your team Mailman Checkins is subscribed to branch lp:mailman/2.1. To unsubscribe from this branch go to https://code.launchpad.net/~mailman-coders/mailman/2.1/+edit-subscription.
=== modified file 'misc/Makefile.in' --- misc/Makefile.in 2008-12-02 22:00:39 +0000 +++ misc/Makefile.in 2009-08-01 17:46:50 +0000 @@ -91,9 +91,9 @@ $(INSTALL) -m $(FILEMODE) sitelist.cfg $(DESTDIR)$(DATADIR) install-packages: - if [ -z "$(EMAILPKG)" -a -d $(PYTHONLIBDIR)/email ] ; \ + if [ -z "$(EMAILPKG)" -a -d $(DESTDIR)$(PYTHONLIBDIR)/email ] ; \ then \ - rm -rf $(PYTHONLIBDIR)/email* ; \ + rm -rf $(DESTDIR)$(PYTHONLIBDIR)/email* ; \ fi for p in $(PACKAGES); \ do \
_______________________________________________ Mailman-checkins mailing list [email protected] Unsubscribe: http://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org
