summaryrefslogtreecommitdiff
path: root/buildscripts/packager.py
diff options
context:
space:
mode:
Diffstat (limited to 'buildscripts/packager.py')
-rwxr-xr-xbuildscripts/packager.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/buildscripts/packager.py b/buildscripts/packager.py
index 871c3253c61..f5c265580b0 100755
--- a/buildscripts/packager.py
+++ b/buildscripts/packager.py
@@ -519,8 +519,7 @@ def make_package(distro, build_os, arch, spec, srcdir):
# FIXME: sh-dash-cee is bad. See if tarfile can do this.
sysassert([
"sh", "-c",
- "(cd \"%s\" && tar cf - %s ) | (cd \"%s\" && tar xvf -)" %
- (srcdir, pkgdir, sdir)
+ "(cd \"%s\" && tar cf - %s ) | (cd \"%s\" && tar xvf -)" % (srcdir, pkgdir, sdir)
])
# Splat the binaries under sdir. The "build" stages of the
# packaging infrastructure will move the files to wherever they