libnetwork: fix syntax error
Signed-off-by: Davide Madrisan <davide.madrisan@gmail.com>
This commit is contained in:
parent
b0555e95b7
commit
1448f6ab3d
@ -949,7 +949,7 @@ function git.create_tarball() {
|
|||||||
|
|
||||||
# create a compressed tarball
|
# create a compressed tarball
|
||||||
# FIXME: why bzip2? The compression tool used here should be configurable
|
# FIXME: why bzip2? The compression tool used here should be configurable
|
||||||
notify.note "${NOTE}"$"creating the compressed source tarball"${NORM}""..."
|
notify.note "${NOTE}"$"creating the compressed source tarball""${NORM}..."
|
||||||
tar -cvf ${pck_tarball}.tar $pck_tarball/ >/dev/null &&
|
tar -cvf ${pck_tarball}.tar $pck_tarball/ >/dev/null &&
|
||||||
bzip2 ${pck_tarball}.tar &&
|
bzip2 ${pck_tarball}.tar &&
|
||||||
mv ${pck_tarball}.tar.bz2 $destdir/
|
mv ${pck_tarball}.tar.bz2 $destdir/
|
||||||
|
Loading…
Reference in New Issue
Block a user