libnetwork.lib: git.create_tarball(): fix typo
Signed-off-by: Davide Madrisan <davide.madrisan@gmail.com>
This commit is contained in:
parent
5022004eac
commit
500d3b335e
@ -10,6 +10,10 @@ Changes in version 1.12.5
|
|||||||
commit. We do not need to clone the whole git repository.
|
commit. We do not need to clone the whole git repository.
|
||||||
(Thanks to Silvan Calarco:silvan.calarco(a)mambasoft.it for spotting this.)
|
(Thanks to Silvan Calarco:silvan.calarco(a)mambasoft.it for spotting this.)
|
||||||
|
|
||||||
|
+ bugfix
|
||||||
|
* lib/libnetwork.lib - Davide Madrisan:
|
||||||
|
git.create_tarball(): fix typo.
|
||||||
|
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
|
|
||||||
Changes in version 1.12.4
|
Changes in version 1.12.4
|
||||||
|
@ -955,7 +955,7 @@ an error occurred while creating"": ${pck_tarball}.tar.bz2"; }
|
|||||||
|
|
||||||
spec_source="${pck_tarball}.tar.bz2"
|
spec_source="${pck_tarball}.tar.bz2"
|
||||||
spec_source_comment="\
|
spec_source_comment="\
|
||||||
## GITSOURCE $git_repository${git_branch:+ it_branch}"
|
## GITSOURCE $git_repository${git_branch:+ $git_branch}"
|
||||||
pck_tarball="$destdir/${spec_source}"
|
pck_tarball="$destdir/${spec_source}"
|
||||||
|
|
||||||
popd &>/dev/null
|
popd &>/dev/null
|
||||||
|
Loading…
Reference in New Issue
Block a user