mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2026-04-20 05:49:26 +03:00
debian: try to initialize submodules on very early stage
launchpad builds are missing ".git" subfolder, probably because of deleting them during "clean" stage
This commit is contained in:
Vendored
+4
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user