summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbegin-theadventure2023-06-09 23:45:45 +0200
committerbegin-theadventure2023-06-09 23:45:45 +0200
commitbd51326f5d9bc7865d136b8341ddbb9da12f5fcb (patch)
tree3f5bbe13f87ee250b78d06fd1e59ff0b988ffe96
parent9f846575c97b88536fe73ec5cc50db5b5e1f66b6 (diff)
downloadaur-bd51326f5d9bc7865d136b8341ddbb9da12f5fcb.tar.gz
Edit description
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2c5d48e91b01..db3cfeca1f4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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
}