FreeBSD Bugzilla – Attachment 163290 Details for
Bug 204658
x11-wm/dwm: update to 6.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
minor usability fix (symlink)
symlink.diff (text/plain), 899 bytes, created by
Jan Beich
on 2015-11-18 12:27:01 UTC
(
hide
)
Description:
minor usability fix (symlink)
Filename:
MIME Type:
Creator:
Jan Beich
Created:
2015-11-18 12:27:01 UTC
Size:
899 bytes
patch
obsolete
>commit 20b06c1 >Author: Jan Beich <jbeich@FreeBSD.org> >Date: Wed Nov 18 09:48:37 2015 +0000 > > x11-wm/dwm: make DWM_CONF use symlink > > Avoid config.h and DWM_CONF being out of sync. In case of update while > trying fix a build failure one may want to do |make clean| after > replacing a third-party patch in Makefile.local or files/ directory. >--- > x11-wm/dwm/Makefile | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/x11-wm/dwm/Makefile b/x11-wm/dwm/Makefile >index 3c9a6c9..95e1227 100644 >--- a/x11-wm/dwm/Makefile >+++ b/x11-wm/dwm/Makefile >@@ -37,8 +37,8 @@ pre-everything:: > > post-extract: > @if [ -e "${DWM_CONF}" ]; then \ >- ${ECHO_MSG} "creating config.h from ${DWM_CONF}"; \ >- ${CP} "${DWM_CONF}" ${WRKSRC}/config.h; \ >+ ${ECHO_MSG} "Creating symlink: config.h -> ${DWM_CONF}"; \ >+ ${LN} -fs "${DWM_CONF}" ${WRKSRC}/config.h; \ > fi > > post-install:
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 204658
:
163287
|
163288
|
163289
| 163290