1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-09-18 01:33:00 +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
commit 03e89a701e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: