Skip to content
Snippets Groups Projects
Commit c449d110 authored by Simon Piette's avatar Simon Piette
Browse files

build-system: fix path to build_tarball.sh

Refs #55333

Change-Id: Ib757b4cef00232f185bb6f6e50cc9f1f7189780f
parent 85a11623
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment