summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2022-10-10 08:31:40 -0600
committerMark Wagie2022-10-10 08:31:40 -0600
commitbbe90f9b79697ed7c1ee2f11645572465f4d4ed4 (patch)
treeea6c907b59d5f04060bf363299da953207545542 /PKGBUILD
parent2f123f40823b027e08632c5ecf3b06b1143d597f (diff)
downloadaur-bbe90f9b79697ed7c1ee2f11645572465f4d4ed4.tar.gz
remove commented lines
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 0 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 140ac16e3aaa..ec6e3a6cea59 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,10 +21,6 @@ package() {
"$pkgdir/usr/share/applications/$pkgname.desktop"
ln -s "/opt/$pkgname/lib/AudioRelay.png" "$pkgdir/usr/share/pixmaps/$pkgname.png"
- # Install bundled libs
-# install -Dm644 "$pkgdir/opt/$pkgname/lib/runtime/lib/libnative-portaudio.so" -t "$pkgdir/usr/lib/"
-# install -Dm644 "$pkgdir/opt/$pkgname/lib/runtime/lib/libnative-opus.so" -t "$pkgdir/usr/lib/"
-
# Remove bundled JVM
rm -rf "$pkgdir/opt/$pkgname/lib/runtime/"*