aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2007-02-27 21:23:14 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2007-02-27 21:23:14 +0000
commit16915b7afd9dc306902c6b389a3fa2c777a17762 (patch)
treeb6869bf8c1c47efdbaab9269536510c4bd3fd077 /Makefile
parent9042598907d4ee8680a4ee88522d885d8eb18edb (diff)
Note on sudo and cp -p clash
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
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