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: