Skip to content

Commit

Permalink
databases/py-caterva: Remove -f because RM has it already
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Nov 5, 2021
1 parent 8faa645 commit a440e13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion databases/py-caterva/Makefile
Expand Up @@ -24,7 +24,7 @@ USE_PYTHON= autoplist concurrent cython distutils

post-patch:
# Clean up bundled libraries
@${RM} -fr ${WRKSRC}/caterva/caterva/
@${RM} -r ${WRKSRC}/caterva/caterva/

post-install:
${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
Expand Down

0 comments on commit a440e13

Please sign in to comment.