Skip to content

Commit

Permalink
fix(xdg-desktop-portal-hyprland): drop conflict with hyprland
Browse files Browse the repository at this point in the history
  • Loading branch information
oklopfer authored Nov 23, 2023
1 parent bc391b7 commit 0b4779f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ default=hyprland;gtk' | tee hyprland-portals.conf > /dev/null
package() {
sudo DESTDIR="${pkgdir}" ninja -C build install
sudo install -Dm0755 hyprland-share-picker/build/hyprland-share-picker -t "${pkgdir}/usr/bin/"
sudo install -Dm0644 "hyprland-portals.conf" -t "${pkgdir}/usr/share/xdg-desktop-portal/"
sudo install -Dm0644 LICENSE -t "${pkgdir}/usr/share/licenses/${name}/"
protocols_dir="${pkgdir}/usr/local/share/hyprland-protocols"
if ! [[ -d ${protocols_dir} ]]; then
Expand Down

0 comments on commit 0b4779f

Please sign in to comment.