diff options
| author | Yuri Victorovich <yuri@FreeBSD.org> | 2024-10-23 03:00:55 +0000 |
|---|---|---|
| committer | Yuri Victorovich <yuri@FreeBSD.org> | 2024-10-23 03:11:24 +0000 |
| commit | f99a708957bdb6dbd26af0a561d00589337e0c6e (patch) | |
| tree | 55765ea41766a5c7fee291714b3404fa6b2ba4f2 /multimedia/ringrtc | |
| parent | b6290a44328ac3e1afd5a4f083fd366dc0eefea1 (diff) | |
Diffstat (limited to 'multimedia/ringrtc')
| -rw-r--r-- | multimedia/ringrtc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/ringrtc/Makefile b/multimedia/ringrtc/Makefile index 53e519abb8e6..2b11cb3147d2 100644 --- a/multimedia/ringrtc/Makefile +++ b/multimedia/ringrtc/Makefile @@ -171,7 +171,7 @@ pre-build: # it's not intended to be used outside of signal-desktop, put that in # /usr/local/share/ringrtc instead? do-install: - ${INSTALL_LIB} ${CARGO_TARGET_DIR}/${CARGO_BUILD_TARGET}/release/libringrtc.so \ + ${INSTALL_LIB} ${CARGO_TARGET_DIR}/release/libringrtc.so \ ${STAGEDIR}${PREFIX}/lib/ .include <bsd.port.mk> |
