1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-09-19 17:59:19 +03:00

Merge pull request #618 from chipitsine/launchpad

Merge PR #618: recursive git checkout for launchpad
This commit is contained in:
Ilya Shipitsin
2018-08-07 09:40:42 +05:00
committed by GitHub

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: