From e3d010abf21d2f206f31d45ce17d81847a57d152 Mon Sep 17 00:00:00 2001 From: Daniel Engberg Date: Mon, 1 May 2023 17:03:19 +0200 Subject: [PATCH] audio/ebur128: Fix typo in do-install section Terminate line correctly --- audio/ebur128/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/ebur128/Makefile b/audio/ebur128/Makefile index 3b7088870723e..e1904e60cef9d 100644 --- a/audio/ebur128/Makefile +++ b/audio/ebur128/Makefile @@ -23,7 +23,7 @@ do-build: do-install: @${CARGO_CARGO_RUN} cinstall --verbose \ - --destdir "${STAGEDIR}" + --destdir "${STAGEDIR}" \ --prefix "${PREFIX}" \ ${CARGO_INSTALL_ARGS} @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so