typo in the ci script.
This commit is contained in:
parent
e10692544b
commit
9c42ff7749
|
@ -26,7 +26,7 @@ dst_name="freeswitch-$dst_version"
|
|||
dst_parent="/tmp/"
|
||||
dst_dir="/tmp/$dst_name"
|
||||
dst_version_full="$dst_version.$rev"
|
||||
dst_name_full="freeswitch-$dst_name_full"
|
||||
dst_name_full="freeswitch-$dst_version_full"
|
||||
|
||||
mkdir -p $src_repo/debbuild/
|
||||
|
||||
|
|
Loading…
Reference in New Issue