From: Hyunjee Kim Date: Thu, 18 Jul 2019 07:01:47 +0000 (+0900) Subject: Change from python3 to %{_bindir}/python3 X-Git-Tag: submit/tizen/20190718.234658^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F42%2F210342%2F1;p=platform%2Fupstream%2Fpython-linecache2.git Change from python3 to %{_bindir}/python3 Change-Id: If8c1ea2477309fe3fbf64c8ef76a5de3a5951827 Signed-off-by: Hyunjee Kim --- diff --git a/packaging/python3-linecache2.spec b/packaging/python3-linecache2.spec index ce0cd2d..f7b2ebd 100644 --- a/packaging/python3-linecache2.spec +++ b/packaging/python3-linecache2.spec @@ -44,10 +44,10 @@ A backport of linecache to older supported Pythons. %build cp %{SOURCE1001} . -python3 setup.py build +%{_bindir}/python3 setup.py build %install -python3 setup.py install --prefix=%{_prefix} --root=%{buildroot} +%{_bindir}/python3 setup.py install --prefix=%{_prefix} --root=%{buildroot} %files %defattr(-,root,root,-)