View | Details | Raw Unified | Return to bug 204658 | Differences between
and this patch

Collapse All | Expand All

(-)b/x11-wm/dwm/Makefile (-2 / +2 lines)
Lines 37-44 pre-everything:: Link Here
37
37
38
post-extract:
38
post-extract:
39
	@if [ -e "${DWM_CONF}" ]; then \
39
	@if [ -e "${DWM_CONF}" ]; then \
40
		${ECHO_MSG} "creating config.h from ${DWM_CONF}"; \
40
		${ECHO_MSG} "Creating symlink: config.h -> ${DWM_CONF}"; \
41
		${CP} "${DWM_CONF}" ${WRKSRC}/config.h; \
41
		${LN} -fs "${DWM_CONF}" ${WRKSRC}/config.h; \
42
	fi
42
	fi
43
43
44
post-install:
44
post-install:

Return to bug 204658