From 11f8dd4c26328d19684319d26017eba882567696 Mon Sep 17 00:00:00 2001 From: "alan (NyxTrail)" Date: Fri, 8 Mar 2024 19:04:21 +0000 Subject: [PATCH] Modified clean target Invoke `make clear` to clean, because that is the target used by hyprpaper --- debian/rules | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/debian/rules b/debian/rules index d3168c2..a6f766c 100755 --- a/debian/rules +++ b/debian/rules @@ -11,3 +11,9 @@ #override_dh_auto_configure: # dh_auto_configure -- \ # -DCMAKE_LIBRARY_ARCHITECTURE="$(DEB_TARGET_MULTIARCH)" +# + +# hyprpaper uses the 'clear' target instead of a 'clean' target +override_dh_clean: + dh_clean + $(MAKE) clear