forked from Lainports/freebsd-ports
- Use ${WRKSRC}, not / as a temp directory (fixes install from non-root)
This commit is contained in:
parent
dca84c49b7
commit
7d2e57cc4b
1 changed files with 2 additions and 2 deletions
|
|
@ -51,8 +51,8 @@ post-patch:
|
|||
post-install:
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/etc/yukon/system
|
||||
@${PRINTF} 'LDPATH="%s"\n' ${PREFIX}/lib/yukon \
|
||||
>> ${TMPDIR}/yukon-system-conf
|
||||
${INSTALL_DATA} ${TMPDIR}/yukon-system-conf \
|
||||
>> ${WRKSRC}/yukon-system-conf
|
||||
${INSTALL_DATA} ${WRKSRC}/yukon-system-conf \
|
||||
${STAGEDIR}${PREFIX}/etc/yukon/system/default
|
||||
${INSTALL_DATA} ${WRKSRC}/tools/yukon.conf \
|
||||
${STAGEDIR}${PREFIX}/etc/yukon/conf.sample
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue