Skip to content

Commit

Permalink
codacy
Browse files Browse the repository at this point in the history
  • Loading branch information
oklopfer authored Nov 23, 2023
1 parent 4cf4e48 commit 52bf401
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 52bf401

Please sign in to comment.