changeset 81704:628ed0fde7ce

(bootstrap-prepare): When copying from ldefs-boot.el, make sure loaddefs.el is writeable.
author Thien-Thi Nguyen <ttn@gnuvola.org>
date Thu, 05 Jul 2007 15:43:01 +0000
parents 427009f42fcb
children adc42d647d91
files lisp/Makefile.in
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/Makefile.in	Thu Jul 05 15:04:42 2007 +0000
+++ b/lisp/Makefile.in	Thu Jul 05 15:43:01 2007 +0000
@@ -281,6 +281,7 @@
 	  $(MAKE) $(MFLAGS) autoloads;				\
 	else							\
 	  cp $(lisp)/ldefs-boot.el $(lisp)/loaddefs.el;		\
+	  chmod +w $(lisp)/loaddefs.el;				\
 	fi
 
 maintainer-clean: distclean