1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-09-18 01:33:00 +03:00

recursive git checkout for launchpad

This commit is contained in:
Ilya Shipitsin 2018-08-06 23:52:36 +05:00
parent 93db70656d
commit 5ed9586e0e

1
debian/rules vendored
View File

@ -15,6 +15,7 @@ export export CMAKE_INSTALL_PREFIX=../debian/usr
dh $@
override_dh_auto_configure:
git submodule update --init --recursive
cmake .
override_dh_auto_install: