mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
How stupid of me. :>> doesn't change a modification time.
This commit is contained in:
parent
ae862803e0
commit
1e49a13618
2 changed files with 0 additions and 4 deletions
|
|
@ -26,7 +26,5 @@ beforeinstall:
|
|||
.if !exists(${DESTDIR}${TMACDIR}/mm/${locale})
|
||||
${INSTALL} -o ${FILESOWN} -g ${FILESGRP} -m ${FILESMODE} \
|
||||
/dev/null ${DESTDIR}${TMACDIR}/mm/${locale}
|
||||
.else
|
||||
@:>>${DESTDIR}${TMACDIR}/mm/${locale}
|
||||
.endif
|
||||
.endfor
|
||||
|
|
|
|||
|
|
@ -80,8 +80,6 @@ beforeinstall:
|
|||
.if !exists(${DESTDIR}${TMACDIR}/man.local)
|
||||
${INSTALL} -o ${TMACOWN} -g ${TMACGRP} -m ${TMACMODE} \
|
||||
${DIST_DIR}/man.local ${DESTDIR}${TMACDIR}
|
||||
.else
|
||||
@:>>${DESTDIR}${TMACDIR}/man.local
|
||||
.endif
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue