Skip to content

Commit

Permalink
net-im/element-web: fix here too
Browse files Browse the repository at this point in the history
  • Loading branch information
PF4Public committed Nov 16, 2024
1 parent 1579e56 commit 571f273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net-im/element-web/element-web-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,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 571f273

Please sign in to comment.