diff options
author | begin-theadventure | 2023-06-10 15:12:23 +0200 |
---|---|---|
committer | begin-theadventure | 2023-06-10 15:12:23 +0200 |
commit | 7cda2f22e0b78c20ef491c5b750b6380fc086698 (patch) | |
tree | dc51da1c6c5c25efcc7905ffc5719605f781e6ae | |
parent | 2b34fd1654fe4b671fa19a74ca5137059f3e8f08 (diff) | |
download | aur-7cda2f22e0b78c20ef491c5b750b6380fc086698.tar.gz |
Edit information
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -24,7 +24,7 @@ package() { install -Dm644 layer/usr/share/vulkan/implicit_layer.d/$_pkgname.json -t "$pkgdir/usr/share/vulkan/implicit_layer.d" install -Dm755 layer/usr/lib/x86_64-linux-gnu/lib${_pkgname}_layer.so -t "$pkgdir/usr/lib" cp -r wine/usr "$pkgdir" - echo "If you want to use this package with system installations of Proton" - echo "such as proton-ge-custom (and -bin) check out my comment:" - echo "https://aur.archlinux.org/packages/latencyflex-bin#comment-918559" + echo " If you want to use this package with system installations of Proton" + echo " such as proton-ge-custom (and -bin) check out my comment:" + echo " https://aur.archlinux.org/packages/latencyflex-bin#comment-918559" } |