mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-23 01:49:53 +03:00
Merge pull request #618 from chipitsine/launchpad
Merge PR #618: recursive git checkout for launchpad
This commit is contained in:
commit
03e89a701e
1
debian/rules
vendored
1
debian/rules
vendored
@ -15,6 +15,7 @@ export export CMAKE_INSTALL_PREFIX=../debian/usr
|
|||||||
dh $@
|
dh $@
|
||||||
|
|
||||||
override_dh_auto_configure:
|
override_dh_auto_configure:
|
||||||
|
git submodule update --init --recursive
|
||||||
cmake .
|
cmake .
|
||||||
|
|
||||||
override_dh_auto_install:
|
override_dh_auto_install:
|
||||||
|
Loading…
Reference in New Issue
Block a user