unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* mac/make-package, suggested patch
@ 2002-12-27 23:24 Martin Fredriksson
  0 siblings, 0 replies; 2+ messages in thread
From: Martin Fredriksson @ 2002-12-27 23:24 UTC (permalink / raw)


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}

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: mac/make-package, suggested patch
@ 2002-12-27 23:40 Steven Tamm
  0 siblings, 0 replies; 2+ messages in thread
From: Steven Tamm @ 2002-12-27 23:40 UTC (permalink / raw)
  Cc: emacs-devel

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 <martin@crt.se> 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
>Emacs-devel@gnu.org
>http://mail.gnu.org/mailman/listinfo/emacs-devel
>
>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-12-27 23:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-12-27 23:24 mac/make-package, suggested patch Martin Fredriksson
  -- strict thread matches above, loose matches on Subject: below --
2002-12-27 23:40 Steven Tamm

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).