Skip to content

Commit

Permalink
net-im/element-web: fix #389
Browse files Browse the repository at this point in the history
  • Loading branch information
PF4Public committed Nov 16, 2024
1 parent e2a11af commit 1579e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net-im/element-web/element-web-1.11.85.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -1701,7 +1701,7 @@ src_configure() {
yarn config set nodedir /usr/include/node || die

# Removing sentry dependency
sed -i '/sentry/d' "${WORKDIR}/${P}/package.json" || die
sed -i '/sentry\/webpack-plugin/d' "${WORKDIR}/${P}/package.json" || die
sed -i '/sentry\/webpack-plugin/d' "${WORKDIR}/${P}/webpack.config.js" || die
sed -i '/process.env.SENTRY_DSN \&\&/,/}),/s/^/\/\//' "${WORKDIR}/${P}/webpack.config.js" || die

Expand Down

0 comments on commit 1579e56

Please sign in to comment.