]> git.pld-linux.org Git - packages/bkchem.git/commitdiff
- The macro %{__python} should be used instead of python command. Fixed.
authorpiti <piti@pld-linux.org>
Wed, 18 Jan 2006 19:37:14 +0000 (19:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bkchem.spec -> 1.22

bkchem.spec

index afdc1dc693095709244531be0b273c9880b6e8f2..85c47941919d1467f3e895f8a0b62eded222c673 100644 (file)
@@ -50,14 +50,14 @@ jako
 %setup -q
 
 %build
-python setup.py build
+%{__python} setup.py build
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_desktopdir},%{_pixmapsdir}}
 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
 install images/icon.png $RPM_BUILD_ROOT%{_pixmapsdir}/bkchem.png
-python setup.py install \
+%{__python} setup.py install \
        --root=$RPM_BUILD_ROOT \
        --optimize=2
 
This page took 0.060303 seconds and 4 git commands to generate.