mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-06 17:31:14 -03:00
Debian packaging: force name of build directory
make uses the GNUMakefile in the source directory otherwise
This commit is contained in:
4
debian/rules
vendored
4
debian/rules
vendored
@@ -8,7 +8,7 @@ export DH_VERBOSE=1
|
|||||||
export DEB_BUILD_MAINT_OPTIONS=optimize=-lto
|
export DEB_BUILD_MAINT_OPTIONS=optimize=-lto
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh $@ --buildsystem=cmake
|
dh $@ --buildsystem=cmake --builddirectory=build
|
||||||
|
|
||||||
# Setting the build system is still required, because otherwise the GNUmakefile gets picked up
|
# Setting the build system is still required, because otherwise the GNUmakefile gets picked up
|
||||||
override_dh_auto_configure:
|
override_dh_auto_configure:
|
||||||
@@ -22,4 +22,4 @@ override_dh_clean:
|
|||||||
-unlink vendor
|
-unlink vendor
|
||||||
|
|
||||||
override_dh_auto_test:
|
override_dh_auto_test:
|
||||||
make fish_run_tests
|
cd build && make fish_run_tests
|
||||||
|
|||||||
Reference in New Issue
Block a user