Skip to content

Commit 62d1f89

Browse files
authored
Merge pull request #7917 from jmciver/fix/rpmbuild-rpm-build-parameter
Fix buildrpm.sh "-r" option used for RPM options specification
2 parents 4a6e162 + da70104 commit 62d1f89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/dist/linux/buildrpm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ while getopts bn:omif:t:dc:r:sR:h flag; do
185185
;;
186186
c) configure_options="$configure_options $OPTARG"
187187
;;
188-
r) configure_options="$rpmbuild_options $OPTARG"
188+
r) rpmbuild_options="$rpmbuild_options $OPTARG"
189189
;;
190190
R) rpmtopdir="$OPTARG"
191191
;;

0 commit comments

Comments
 (0)