We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bb0791 commit 60ab494Copy full SHA for 60ab494
1 file changed
packaging/centos8/cloud.spec
@@ -392,6 +392,7 @@ install -D tools/whisker/LICENSE ${RPM_BUILD_ROOT}%{_defaultdocdir}/%{name}-inte
392
393
%posttrans common
394
395
+unalias cp
396
python_dir=$(python3 -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")
397
if [ ! -z $python_dir ];then
398
cp -f -r /usr/share/cloudstack-common/python-site/* $python_dir/
0 commit comments