This commit is contained in:
parent
2ff1fae4dc
commit
b93b571230
6
debian/rules
vendored
6
debian/rules
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user