bot: rpm5 -> rpm4 (3)

This commit is contained in:
NixTux Commit Bot 2020-01-04 22:33:57 +03:00
parent 485e3a3439
commit 486c5d396c

View file

@ -351,7 +351,7 @@ do
exit 1 exit 1
fi fi
# Restore ability to work with custom prefix # Restore ability to work with custom prefix
# It is lost due to --exec_prefix=XXX in %%configure2_5x # It is lost due to --exec_prefix=XXX in %%configure
sed -i -r \ sed -i -r \
-e 's,^exec_prefix=.+,exec_prefix=${prefix},' \ -e 's,^exec_prefix=.+,exec_prefix=${prefix},' \
-e 's,^libdir=.+,libdir=${exec_prefix}/lib,' \ -e 's,^libdir=.+,libdir=${exec_prefix}/lib,' \