gui-apps/hyprshot: escape dollar sign in optfeature messages

Signed-off-by: Filip Kobierski <fkobi@pm.me>
This commit is contained in:
Filip Kobierski
2025-04-05 13:07:13 +02:00
parent 163445851f
commit 2d2cfb2862
2 changed files with 2 additions and 2 deletions

View File

@@ -30,5 +30,5 @@ src_install() {
pkg_postinst() {
optfeature "Screen freezing with --freeze" gui-apps/hyprpicker
optfeature "$XDG_PICTURES_DIR detection" x11-misc/xdg-user-dirs
optfeature "\$XDG_PICTURES_DIR detection" x11-misc/xdg-user-dirs
}

View File

@@ -28,5 +28,5 @@ src_install() {
pkg_postinst() {
optfeature "Screen freezing with --freeze" gui-apps/hyprpicker
optfeature "$XDG_PICTURES_DIR detection" x11-misc/xdg-user-dirs
optfeature "\$XDG_PICTURES_DIR detection" x11-misc/xdg-user-dirs
}