1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-08-24 13:32:59 +03:00

Merge PR #629: debian: try to initialize submodules on very early stage

This commit is contained in:
Davide Beatrici 2018-08-08 19:46:29 +02:00 committed by GitHub
commit 19a917adc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

5
debian/rules vendored
View File

@ -14,8 +14,11 @@ export export CMAKE_INSTALL_PREFIX=../debian/usr
%:
dh $@
override_dh_auto_configure:
override_dh_auto_clean:
git submodule update --init --recursive
dh_auto_clean
override_dh_auto_configure:
cmake .
override_dh_auto_install: