aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cad/surelog/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/cad/surelog/Makefile b/cad/surelog/Makefile
index dcd033c4ec87..8b7e874d1c73 100644
--- a/cad/surelog/Makefile
+++ b/cad/surelog/Makefile
@@ -63,10 +63,11 @@ TCMALLOC_LIB_DEPENDS= libtcmalloc.so:devel/google-perftools
PORTSCOUT= limit:^.*[0-9]\.[0-9] # prevent tags like 'show'
-post-install: # workaround for https://github.com/chipsalliance/Surelog/issues/3596
- @${RMDIR} \
- ${STAGEDIR}${DATADIR}/pkg/work \
- ${STAGEDIR}${DATADIR}/pkg \
+post-install:
+ # workaround for https://github.com/chipsalliance/Surelog/issues/3965
+ # - surelog fails to create package files on some systems, and succeeds on others
+ # - so we remove this directory altogether for now
+ @${RM} -r \
${STAGEDIR}${DATADIR}
post-test: