Skip to content
Snippets Groups Projects
Commit 13408262 authored by probal31's avatar probal31
Browse files

fix: Add DESTDIR to install command

parent 3df7a9b4
No related branches found
No related tags found
No related merge requests found
Pipeline #14625 failed
......@@ -13,7 +13,7 @@ override_dh_auto_build:
ninja -C build
override_dh_auto_install:
sudo ninja -C build install
DESTDIR=$(shell pwd)/debian/${CI_PROJECT_NAME} ninja -C build install
# override_dh_auto_clean:
# ./waf clean
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment