emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: mac/make-package, suggested patch


From: Steven Tamm
Subject: Re: mac/make-package, suggested patch
Date: Fri, 27 Dec 2002 15:40:27 -0800 (PST)

Thanks for the patch; I was wondering why the installation numbers were 
inflated ;-).  This change more than cosmetic because those numbers are what 
the installer uses to determine if there is enough disk space to install.

I just checked this in.  And AFAIK, this is the correct forum for patches of 
this nature.

-Steven

On Friday, Dec 27, 2002, at 03:24PM, Martin Fredriksson <address@hidden> wrote:

>I suggest a small modification to mac/make-package, patch below.  The 
>patch solves a small, relatively unimportant (mostly cosmetic) problem. 
>  I believe it just corrects a typing mistake.
>
>(I've only read emacs-devel for about a week, please let me know if I 
>should have sent this someplace else.)
>
>/m
>
>Index: make-package
>===================================================================
>RCS file: /cvsroot/emacs/emacs/mac/make-package,v
>retrieving revision 1.11
>diff -u -r1.11 make-package
>--- make-package       10 Dec 2002 16:53:12 -0000      1.11
>+++ make-package       27 Dec 2002 21:50:46 -0000
>@@ -331,8 +331,8 @@
>  echo "Generating sizes file"
>  sizesfile=Emacs.pkg/Contents/Resources/Emacs.sizes
>
>-numFiles=`du -a ${tmpparent} | wc -l`
>-installedSize=`du -s ${tmpparent} | cut -f1`
>+numFiles=`du -a ${tempparent} | wc -l`
>+installedSize=`du -s ${tempparent} | cut -f1`
>  compressedSize=`du -s Emacs.pkg | cut -f1`
>
>  echo "NumFiles ${numFiles}" > ${sizesfile}
>
>
>
>_______________________________________________
>Emacs-devel mailing list
>address@hidden
>http://mail.gnu.org/mailman/listinfo/emacs-devel
>
>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]