From b93b571230e3efc033b4692455f9b0ad988729fe Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (Cosmic Fusion)" <83735213+CosmicFusion@users.noreply.github.com> Date: Mon, 1 Jul 2024 22:31:44 +0300 Subject: [PATCH] --- debian/rules | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/debian/rules b/debian/rules index 4421e2f..aa834e0 100755 --- a/debian/rules +++ b/debian/rules @@ -12,9 +12,6 @@ SHARE = /usr/share ## Source directory, called upon by $(srcdir) srcdir = $(shell debian/scripts/get_pwd.sh) -## If building a singular package you can remove the number, and as you guessed you call upon it with $(pkgdir) - pkgdir = $(srcdir)/debian/hyprwayland-scanner - ## === End end of region === ## === the chain of command === @@ -69,7 +66,8 @@ override_dh_auto_configure: cmake --build build --config Release --target all override_dh_install: - DESTDIR=$(pkgdir) cmake --install build + DESTDIR=debian/tmp cmake --install build + dh_install ## === End end of region === ## This here will start the build: