Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F116009945
D37499.id113640.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
487 B
Referenced Files
None
Subscribers
None
D37499.id113640.diff
View Options
diff --git a/bin/csh/Makefile b/bin/csh/Makefile
--- a/bin/csh/Makefile
+++ b/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
Details
Attached
Mime Type
text/plain
Expires
Fri, May 2, 1:29 PM (15 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17906190
Default Alt Text
D37499.id113640.diff (487 B)
Attached To
Mode
D37499: csh: install hard link with same mode as target
Attached
Detach File
Event Timeline
Log In to Comment