Skip to content

Commit

Permalink
rpmbuild: fix extra rpmbuild flags variable name (#1268)
Browse files Browse the repository at this point in the history
  • Loading branch information
dorileo authored Oct 19, 2024
1 parent 2c17d8d commit 9bb254e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packagebuild/daisy_startupscript_rpm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ done

EXTRA_RPMBUILD_FLAGS=""
if [[ -n "$EXTRA_REPO" ]]; then
EXTRA_RPMBULD_FLAGS="--define 'has_extra_source 1'"
EXTRA_RPMBUILD_FLAGS="--define 'has_extra_source 1'"

pushd $ROOT_WORK_DIR
git_checkout "$REPO_OWNER" "$EXTRA_REPO" "$EXTRA_GIT_REF"
Expand Down

0 comments on commit 9bb254e

Please sign in to comment.