Skip to content

Commit

Permalink
audio/ebur128: Fix typo in do-install section
Browse files Browse the repository at this point in the history
Terminate line correctly
  • Loading branch information
Daniel Engberg authored and Daniel Engberg committed May 1, 2023
1 parent 7fbb345 commit e3d010a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion audio/ebur128/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit e3d010a

Please sign in to comment.