From 52bf4012c3eec3084481c793ad59749caf615602 Mon Sep 17 00:00:00 2001 From: oklopfer <104327997+oklopfer@users.noreply.github.com> Date: Thu, 23 Nov 2023 13:19:24 -0500 Subject: [PATCH] codacy --- .../xdg-desktop-portal-hyprland.pacscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland.pacscript b/packages/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland.pacscript index 2d5ac7c8bc..43d87983b7 100644 --- a/packages/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland.pacscript +++ b/packages/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland.pacscript @@ -37,8 +37,8 @@ package() { sudo install -Dm0644 LICENSE -t "${pkgdir}/usr/share/licenses/${name}/" protocols_dir="${pkgdir}/usr/local/share/hyprland-protocols" if ! [[ -d ${protocols_dir} ]]; then - sudo mkdir -p ${protocols_dir} - sudo cp -r subprojects/hyprland-protocols/protocols ${protocols_dir} + sudo mkdir -p "${protocols_dir}" + sudo cp -r subprojects/hyprland-protocols/protocols "${protocols_dir}" sudo mkdir -p "${pkgdir}/usr/local/share/pkgconfig" echo "prefix=/usr/local datarootdir=\${prefix}/share