unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Steven Tamm <steventamm@mac.com>
Cc: emacs-devel@gnu.org
Subject: Re: mac/make-package, suggested patch
Date: Fri, 27 Dec 2002 15:40:27 -0800 (PST)	[thread overview]
Message-ID: <3159621.1041032427539.JavaMail.steventamm@mac.com> (raw)

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
>
>

             reply	other threads:[~2002-12-27 23:40 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-12-27 23:40 Steven Tamm [this message]
2002-12-29 18:56 ` mac/make-package: behavior change Steven Tamm
  -- strict thread matches above, loose matches on Subject: below --
2002-12-27 23:24 mac/make-package, suggested patch Martin Fredriksson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3159621.1041032427539.JavaMail.steventamm@mac.com \
    --to=steventamm@mac.com \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).