mirror of
https://git.freebsd.org/ports.git
synced 2025-05-12 23:31:50 -04:00
net-im/libsignal-node: Fix poudriere build
After the update to 0.58.0, the port failed to build in poudriere during the fetch phase, giving the error: make: Could not create temporary file /wrkdirs/usr/ports/net-im/libsignal-node/work/makekSsI9M: No such file or directory Approved by: mikael (maintainer) Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D46966
This commit is contained in:
parent
bf4c86a9e2
commit
47a4899d3f
1 changed files with 0 additions and 1 deletions
|
@ -69,7 +69,6 @@ pre-fetch:
|
||||||
-e 's:^\.:./yarn-offline-cache:' > yarn-offline-cache.mtree; \
|
-e 's:^\.:./yarn-offline-cache:' > yarn-offline-cache.mtree; \
|
||||||
${TAR} cJf ${DISTDIR}/libsignal-node-${DISTVERSION}-yarn-cache.tar.gz \
|
${TAR} cJf ${DISTDIR}/libsignal-node-${DISTVERSION}-yarn-cache.tar.gz \
|
||||||
@yarn-offline-cache.mtree; \
|
@yarn-offline-cache.mtree; \
|
||||||
${RM} -r ${WRKDIR}; \
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
|
|
Loading…
Add table
Reference in a new issue