diff options
author | begin-theadventure | 2023-06-09 23:45:45 +0200 |
---|---|---|
committer | begin-theadventure | 2023-06-09 23:45:45 +0200 |
commit | bd51326f5d9bc7865d136b8341ddbb9da12f5fcb (patch) | |
tree | 3f5bbe13f87ee250b78d06fd1e59ff0b988ffe96 | |
parent | 9f846575c97b88536fe73ec5cc50db5b5e1f66b6 (diff) | |
download | aur-bd51326f5d9bc7865d136b8341ddbb9da12f5fcb.tar.gz |
Edit description
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ source=("$url/releases/download/v$pkgver/$_pkgname-v$pkgver.tar.xz") sha256sums=('c992ebd2f43c99ab4a84a6ffce692d9aae4cc2571536a5854ae2e79b6951e78a') prepare() { - # Edit the path in .json + # Edit the lib path in the latencyflex.json file cd $_pkgname-v$pkgver/layer/usr/share/vulkan/implicit_layer.d sed -i -E "s| \"library_path\": \"/usr/lib/x86_64-linux-gnu/liblatencyflex_layer.so\",| \"library_path\": \"/usr/lib/liblatencyflex_layer.so\",|g" $_pkgname.json } |