all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Mac OS X make-package extra root stuff patch
@ 2002-12-01  0:10 David Caldwell
  0 siblings, 0 replies; 2+ messages in thread
From: David Caldwell @ 2002-12-01  0:10 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 230 bytes --]

This patch takes files from a directory "mac/image-root-extras" and puts 
them into the disk image (in the root directory) as it builds it. Perhaps 
COPYING and the other Emacs Readme's should be put in there by default...

-David

[-- Attachment #2: make-package.extra-root-stuff.patch --]
[-- Type: text/plain, Size: 712 bytes --]

Index: make-package
===================================================================
RCS file: /cvsroot/emacs/emacs/mac/make-package,v
retrieving revision 1.7
diff -u -r1.7 make-package
--- make-package	30 Nov 2002 22:06:23 -0000	1.7
+++ make-package	30 Nov 2002 23:58:53 -0000
@@ -362,6 +386,12 @@
 fi
 
 cp -R Emacs.pkg /Volumes/Emacs
+
+# Copy in extra stuff into the root of the disk image if the
+# image-root-extras directory exists and has stuff in it.
+if [ -d image-root-extras -a "`ls -1 image-root-extras/ | wc -l | sed -e 's/ //g'`" != 0 ]; then
+	cp -R image-root-extras/* /Volumes/Emacs
+fi
 
 ## Converting Disk Image to read-only
 echo 'Converting Disc Image to read-only'

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

* Re: Mac OS X make-package extra root stuff patch
@ 2002-12-01  0:33 David Caldwell
  0 siblings, 0 replies; 2+ messages in thread
From: David Caldwell @ 2002-12-01  0:33 UTC (permalink / raw)


On 11/30/02 4:10 PM -0800 David Caldwell wrote:

> This patch takes files from a directory "mac/image-root-extras" and puts
> them into the disk image (in the root directory) as it builds it. Perhaps
> COPYING and the other Emacs Readme's should be put in there by default...
>
> -David

Oops. My dumb email client destoyed the patch. Get it from here:

<http://death.porkrind.org/make-package.extra-root-stuff.patch>

-David

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

end of thread, other threads:[~2002-12-01  0:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-12-01  0:33 Mac OS X make-package extra root stuff patch David Caldwell
  -- strict thread matches above, loose matches on Subject: below --
2002-12-01  0:10 David Caldwell

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.