Skip to content
Snippets Groups Projects
Commit 9819beab authored by Probal Basak's avatar Probal Basak
Browse files

cd to build_dir and then install

parent b7d0d73f
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
......@@ -10,10 +10,10 @@ override_dh_auto_configure:
meson build_dir
override_dh_auto_build:
cd build_dir && pwd && tree && ninja
cd build_dir && ninja
override_dh_auto_install:
ninja install
cd build_dir && ninja install
override_dh_usrlocal:
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