1
0
flewkey-overlay/media-plugins/surge/files/prevent_stripping.patch
Ryan Fox 184b80786e
Add Surge
I am quite proud of this ebuild. It has USE flags, and I even bothered
fixing the QA warnings. Doing things properly is an achievement for me.
2020-09-14 04:53:55 +00:00

14 lines
360 B
Diff

Prevent stripping of VST3 on Gentoo
This patch felt like the most proper way to remove the QA warnings, haha.
Patch by Ryan Fox
--- a/scripts/linux/package-vst3.sh
+++ b/scripts/linux/package-vst3.sh
@@ -17,4 +17,3 @@ fi
VST_SO_DIR="$BUNDLE_DIR/Contents/${ARCH}-linux"
mkdir -p "$VST_SO_DIR"
cp $1 "$VST_SO_DIR"/Surge.so
-strip -s "$VST_SO_DIR"/Surge.so