Drop unnecessary echo
This commit is contained in:
parent
52568d23f4
commit
7007395037
@ -201,7 +201,7 @@ PKG_CONFIG=mingw64-pkg-config %{mingw64_py3_build}
|
|||||||
|
|
||||||
# Doc build
|
# Doc build
|
||||||
%if %{with doc}
|
%if %{with doc}
|
||||||
PYTHONPATH=$(echo $PWD/build/lib.linux-*) make -C docs html BUILDDIR=_build_py3 SPHINXBUILD=sphinx-build-%python3_version
|
PYTHONPATH=$($PWD/build/lib.linux-*) make -C docs html BUILDDIR=_build_py3 SPHINXBUILD=sphinx-build-%python3_version
|
||||||
rm -f docs/_build_py3/html/.buildinfo
|
rm -f docs/_build_py3/html/.buildinfo
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -236,9 +236,9 @@ rm -rf %{buildroot}%{mingw64_bindir}
|
|||||||
|
|
||||||
%check
|
%check
|
||||||
# Check Python 3 modules
|
# Check Python 3 modules
|
||||||
ln -s $PWD/Images $(echo $PWD/build/lib.linux-*)/Images
|
ln -s $PWD/Images $($PWD/build/lib.linux-*)/Images
|
||||||
cp -R $PWD/Tests $(echo $PWD/build/lib.linux-*)/Tests
|
cp -R $PWD/Tests $($PWD/build/lib.linux-*)/Tests
|
||||||
cp -a $PWD/selftest.py $(echo $PWD/build/lib.linux-*)/selftest.py
|
cp -a $PWD/selftest.py $($PWD/build/lib.linux-*)/selftest.py
|
||||||
pushd build/lib.linux-*
|
pushd build/lib.linux-*
|
||||||
PYTHONPATH=$PWD %{__python3} selftest.py
|
PYTHONPATH=$PWD %{__python3} selftest.py
|
||||||
popd
|
popd
|
||||||
|
Loading…
Reference in New Issue
Block a user