Skip to content

Commit 0127073

Browse files
committed
fix: invoke generated RPM staging helper through bash
1 parent 4eee34d commit 0127073

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packaging/scripts/build-rpm-package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ reproducible operator workflows.
4040
4141
%install
4242
rm -rf %{buildroot}
43-
TURTLE_TERM_STAGE_PREFIX=%{buildroot}/usr TURTLE_TERM_ETC_DIR=%{buildroot}/etc TURTLE_TERM_RUNTIME_PREFIX=/usr TURTLE_TERM_RUNTIME_ETC_DIR=/etc $repo_root/packaging/scripts/stage-linux-package.sh >/dev/null
43+
TURTLE_TERM_STAGE_PREFIX=%{buildroot}/usr TURTLE_TERM_ETC_DIR=%{buildroot}/etc TURTLE_TERM_RUNTIME_PREFIX=/usr TURTLE_TERM_RUNTIME_ETC_DIR=/etc bash $repo_root/packaging/scripts/stage-linux-package.sh >/dev/null
4444
cp $repo_root/LICENSE.md %{buildroot}/LICENSE.md
4545
if [ -f $repo_root/THIRD_PARTY_NOTICES.md ]; then cp $repo_root/THIRD_PARTY_NOTICES.md %{buildroot}/THIRD_PARTY_NOTICES.md; fi
4646

0 commit comments

Comments
 (0)