]> git.pld-linux.org Git - packages/xcb-proto.git/commitdiff
simplify install auto/th/xcb-proto-1.14-2
authorJan Palus <atler@pld-linux.org>
Tue, 7 Apr 2020 00:22:33 +0000 (02:22 +0200)
committerJan Palus <atler@pld-linux.org>
Tue, 7 Apr 2020 00:22:33 +0000 (02:22 +0200)
xcb-proto.spec

index 1c05aabb0760e1898489a257d293a9303ca7de8b..1704c678752fa90e6fced326435089e455b173f5 100644 (file)
@@ -85,14 +85,11 @@ PYTHON=%{__python} \
 rm -rf $RPM_BUILD_ROOT
 
 %if %{with python3}
-cd build3
-%{__make} install \
+%{__make} -C build3 install \
        DESTDIR=$RPM_BUILD_ROOT
-cd ..
 %endif
 
-cd build2
-%{__make} install \
+%{__make} -C build2 install \
        DESTDIR=$RPM_BUILD_ROOT
 
 %py_comp $RPM_BUILD_ROOT
This page took 0.238956 seconds and 4 git commands to generate.