Signed-off-by: Nicolas Morey-Chaisemartin <NMoreyChaisemartin@xxxxxxxx> --- buildlib/cbuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildlib/cbuild b/buildlib/cbuild index efc039bf..5228ec1b 100755 --- a/buildlib/cbuild +++ b/buildlib/cbuild @@ -420,7 +420,7 @@ def run_rpm_build(args,spec_file,env): os.mkdir(os.path.join(tmpdir,"tmp")); subprocess.check_call(["git","archive", - "--prefix","%s/"%(os.path.splitext(tarfn)[0]), + "--prefix","%s/"%(os.path.splitext(os.path.splitext(tarfn)[0])[0]), "--output",os.path.join(tmpdir,"SOURCES",tarfn), "HEAD"]); -- 2.14.0.rc1.4.gab083fa77.dirty -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html