Skip to content

Commit

Permalink
common: back rpath fix for master
Browse files Browse the repository at this point in the history
  • Loading branch information
wlemkows committed Nov 16, 2017
1 parent aaf5b8e commit 8b21b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/build-rpm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ mkdir -v BUILD SPECS

echo "opts: $RPMBUILD_OPTS --define _testconfig ${TEST_CONFIG_VAL} --define _check ${CHECK}"

QA_RPATHS=0x0002 rpmbuild --define "_topdir `pwd`"\
rpmbuild --define "_topdir `pwd`"\
--define "_rpmdir ${OUT_DIR}"\
--define "_srcrpmdir ${OUT_DIR}"\
--define "_testconfig ${TEST_CONFIG_VAL}"\
Expand Down

0 comments on commit 8b21b7c

Please sign in to comment.