This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2024-07-01 22:31:44 +03:00 committed by GitHub
parent 2ff1fae4dc
commit b93b571230
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

6
debian/rules vendored
View File

@ -12,9 +12,6 @@ SHARE = /usr/share
## Source directory, called upon by $(srcdir) ## Source directory, called upon by $(srcdir)
srcdir = $(shell debian/scripts/get_pwd.sh) 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 === ## === End end of region ===
## === the chain of command === ## === the chain of command ===
@ -69,7 +66,8 @@ override_dh_auto_configure:
cmake --build build --config Release --target all cmake --build build --config Release --target all
override_dh_install: override_dh_install:
DESTDIR=$(pkgdir) cmake --install build DESTDIR=debian/tmp cmake --install build
dh_install
## === End end of region === ## === End end of region ===
## This here will start the build: ## This here will start the build: