Page MenuHomeFreeBSD

D37499.id113557.diff
No OneTemporary

D37499.id113557.diff

Index: bin/csh/Makefile
===================================================================
--- bin/csh/Makefile
+++ bin/csh/Makefile
@@ -162,6 +162,9 @@
rm -f ${DESTDIR}/.cshrc
afterinstallconfig:
- ${INSTALL_LINK} ${TAG_ARGS} ${DESTDIR}/root/.cshrc ${DESTDIR}/.cshrc
+ # XXX Set link mode explicitly via -m. We cannot use LINKMODE for this
+ # link, as it would also apply to the tcsh link above.
+ ${INSTALL_LINK} ${TAG_ARGS} -m ${CONFMODE} ${DESTDIR}/root/.cshrc \
+ ${DESTDIR}/.cshrc
.include <bsd.prog.mk>

File Metadata

Mime Type
text/plain
Expires
Wed, Apr 22, 7:04 PM (16 h, 4 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31994899
Default Alt Text
D37499.id113557.diff (525 B)

Event Timeline