mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
a ";" tells make we want the shell to be used
Submitted by: Simon Gerraty <sjg@juniper.net>
This commit is contained in:
parent
490850c19c
commit
d6844ac5b3
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ beforeinstall:
|
|||
cd ${.CURDIR}; \
|
||||
${INSTALL} -o ${TMACOWN} -g ${TMACGRP} -m ${TMACMODE} \
|
||||
koi8-r.tmac hyphen.ru ${DESTDIR}${TMACDIR}
|
||||
cd ${.OBJDIR}
|
||||
cd ${.OBJDIR};
|
||||
.for f in ${STRIPFILES} ${SPECIALFILES}
|
||||
${INSTALL} -o ${TMACOWN} -g ${TMACGRP} -m ${TMACMODE} \
|
||||
$f-s ${DESTDIR}${TMACDIR}/$f
|
||||
|
|
|
|||
Loading…
Reference in a new issue