From c449d1107a4fb8e90eb0e8372cd74acc8bc52e01 Mon Sep 17 00:00:00 2001
From: Simon Piette <simon.piette@savoirfairelinux.com>
Date: Wed, 17 Sep 2014 17:04:13 -0400
Subject: [PATCH] build-system: fix path to build_tarball.sh

Refs #55333

Change-Id: Ib757b4cef00232f185bb6f6e50cc9f1f7189780f
---
 tools/build-system/launch-build-machine-jenkins.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/build-system/launch-build-machine-jenkins.sh b/tools/build-system/launch-build-machine-jenkins.sh
index 3187b211cd..803001c95b 100755
--- a/tools/build-system/launch-build-machine-jenkins.sh
+++ b/tools/build-system/launch-build-machine-jenkins.sh
@@ -290,7 +290,7 @@ done
 
 # Archive source tarball for Debian maintainer
 # and for RPM package building
-./${WORKING_DIR}/build_tarball.sh ${SOFTWARE_VERSION}
+${WORKING_DIR}/build_tarball.sh ${SOFTWARE_VERSION}
 
 # Undo any modifications caused by temporary patches
 if [ "$REQUIRE_RESET" == "1" ]; then
-- 
GitLab