"Chris Moore" <[EMAIL PROTECTED]> writes:

> I package Emacs into a .deb archive using the "checkinstall" tool.
>
> "checkinstall" runs "make install" and watches which files get modified as a
> result, then packages those files up into a .deb file.
>
> Recently, when the Emacs version number went up from 22.0.90 to 22.0.91 I
> noticed that the size of the .deb package which checkinstall was producing
> approximately doubled in size.
>
> It turns out that the Emacs Makefile is running a "chmod -R a+r" on the whole 
> $
> (DESTDIR)${datadir}/emacs directory, rather than restricting the chmod to just
> $(DESTDIR)${datadir}/emacs/${version}.  This causes checkinstall to think that
> both the old 22.0.90 and the new 22.0.91 files are part of the new install.
>
> Changing the 'chmod' command like this fixes it for me:

Your patch looks reasonable to me.  I've checked it in; thanks.



_______________________________________________
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to