diff options
| author | Richard M. Stallman | 1993-11-24 12:25:49 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-11-24 12:25:49 +0000 |
| commit | 3c8393fdbae9ca9d17c9edadefa4d3f342ff45b8 (patch) | |
| tree | 83338f0ea41c7ab14a17daa2e73360c84d2c751c | |
| parent | 36bedc4f7c65b076fd8c660a8b5b451863734b9e (diff) | |
| download | emacs-3c8393fdbae9ca9d17c9edadefa4d3f342ff45b8.tar.gz emacs-3c8393fdbae9ca9d17c9edadefa4d3f342ff45b8.zip | |
(${archlibdir}): Don't do chown or chgrp.
| -rw-r--r-- | lib-src/Makefile.in | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index 5657de7f408..0bf77930e69 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in | |||
| @@ -125,13 +125,6 @@ ${archlibdir}: all | |||
| 125 | chmod 755 ${archlibdir}/$$file ; \ | 125 | chmod 755 ${archlibdir}/$$file ; \ |
| 126 | done ; \ | 126 | done ; \ |
| 127 | fi | 127 | fi |
| 128 | @echo | ||
| 129 | @echo "Changing the owner and group of Emacs's utility programs to \`bin'." | ||
| 130 | @echo "(You may ignore errors here if you don't care about this.)" | ||
| 131 | -for file in ${UTILITIES} ${SCRIPTS} ; do \ | ||
| 132 | chgrp bin ${archlibdir}/$${file} ; \ | ||
| 133 | chown bin ${archlibdir}/$${file} ; \ | ||
| 134 | done | ||
| 135 | 128 | ||
| 136 | # We don't need to install `wakeup' explicitly, because it will be copied when | 129 | # We don't need to install `wakeup' explicitly, because it will be copied when |
| 137 | # this whole directory is copied. | 130 | # this whole directory is copied. |