mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
games/flightgear-mb339-pan: switch from @exec to @preexec
This commit is contained in:
parent
6f31c43fd5
commit
b3ea1f261c
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ pre-install:
|
|||
@${RM} ${PLIST}
|
||||
@cd ${WRKSRC} && \
|
||||
${FIND} * -type d -empty | ${SORT} \
|
||||
| ${SED} -e 's|^|@exec ${MKDIR} %D/share/flightgear/Aircraft/|' >> ${PLIST} && \
|
||||
| ${SED} -e 's|^|@preexec ${MKDIR} %D/share/flightgear/Aircraft/|' >> ${PLIST} && \
|
||||
${FIND} * -type f | ${SORT} \
|
||||
| ${SED} -e 's|^|%%DATADIR%%/|' >> ${PLIST} && \
|
||||
${FIND} * -type d -empty | ${SORT} -r \
|
||||
|
|
Loading…
Add table
Reference in a new issue