Update rules

This commit is contained in:
ferrreo 2023-06-10 22:30:01 +01:00 committed by GitHub
parent da2b8563ad
commit c449157ae1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
debian/rules vendored
View File

@ -71,6 +71,7 @@ override_dh_auto_build:
override_dh_install:
install -d $(pkgdir)/usr/bin
cp $(srcdir)/hyprland-share-picker/build/hyprland-share-picker $(pkgdir)/usr/bin/hyprland-share-picker
rm -Rf $(pkgdir)/usr/share/hyprland-protocols
## === End end of region ===