mirror of
https://github.com/optim-enterprises-bv/nDPId.git
synced 2025-10-30 01:42:22 +00:00
Generate a valid version tuple if build was triggered from an unpacked make dist archive.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
This commit is contained in:
@@ -13,6 +13,7 @@ flock -x -n 42 || {
|
||||
cd "$(dirname "${0}")/.."
|
||||
if [ ! -d ./.git ]; then
|
||||
printf '%s\n' "This script can only by run from a nDPId git repository." >&2
|
||||
exit 1;
|
||||
fi
|
||||
|
||||
git submodule update --init ./libnDPI
|
||||
|
||||
Reference in New Issue
Block a user