From 16915b7afd9dc306902c6b389a3fa2c777a17762 Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Tue, 27 Feb 2007 21:23:14 +0000 Subject: Note on sudo and cp -p clash --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6ed3f61a..7b2d2c97 100644 --- a/Makefile +++ b/Makefile @@ -183,6 +183,9 @@ install-elisp: install-el install-elc # FIXME 2: should deal with x-symbol properly and avoid duplication # with images, and also to avoid including .elc and .el files in # x-symbol subdirectory. +# FIMXE 3: Michaƫl Cadilhac pointed out that 'cp -p' when used with +# sudo to install will give users ownership instead of root. +# Should use install program or fix ownerships afterwards here. install-el: mkdir -p ${ELISP} for f in ${ELISP_DIRS} ${EXTRA_DIRS}; do mkdir -p ${ELISP}/$$f; done -- cgit v1.2.3