mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-20 16:11: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
|
||||
|
||||
%:
|
||||
dh $@ --buildsystem=cmake
|
||||
dh $@ --buildsystem=cmake --builddirectory=build
|
||||
|
||||
# Setting the build system is still required, because otherwise the GNUmakefile gets picked up
|
||||
override_dh_auto_configure:
|
||||
@@ -22,4 +22,4 @@ override_dh_clean:
|
||||
-unlink vendor
|
||||
|
||||
override_dh_auto_test:
|
||||
make fish_run_tests
|
||||
cd build && make fish_run_tests
|
||||
|
||||
Reference in New Issue
Block a user