diff --git a/scripts/chroot-fixups/rpm-macros.sh b/scripts/chroot-fixups/rpm-macros.sh new file mode 100755 index 00000000..2b23a75d --- /dev/null +++ b/scripts/chroot-fixups/rpm-macros.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +file="/usr/lib/rpm/macros.d/macros.pyproject" +if [ -w ${file} ]; then + (set -x; sed -e 's|> */dev/stderr|>\&2|' -i ${file}) +fi