mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
make install should not install mail.rc in /etc
This commit is contained in:
parent
b6e49ed332
commit
e569836c71
1 changed files with 2 additions and 0 deletions
|
|
@ -12,6 +12,8 @@ MLINKS= mail.1 Mail.1
|
|||
beforeinstall:
|
||||
cd ${.CURDIR}/misc; ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} \
|
||||
-m 444 ${SFILES} ${DESTDIR}/usr/share/misc
|
||||
|
||||
etc-mailrc:
|
||||
cd ${.CURDIR}/misc; ${INSTALL} -c -o root -g wheel \
|
||||
-m 644 ${EFILES} ${DESTDIR}/etc
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue