]> git.pld-linux.org Git - packages/microcode-data-intel.git/commitdiff
omit exit 1, set -e is active
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 9 Sep 2017 18:41:46 +0000 (21:41 +0300)
committerElan Ruusamäe <glen@pld-linux.org>
Sat, 9 Sep 2017 18:41:46 +0000 (21:41 +0300)
microcode-data-intel.spec

index 1633f9ecd395d857009b1d09386f709fc3c0c22d..294eb1f8e272d8f7c0fe130ae20369b4adc92982 100644 (file)
@@ -47,8 +47,9 @@ fi
 
 %{__cc} %{rpmcflags} %{rpmcppflags} %{rpmldflags} -Wall -o intel-microcode2ucode %{SOURCE1}
 %{__cc} %{rpmcflags} %{rpmcppflags} %{rpmldflags} -Wall -o intel-microcode2ucode-single %{SOURCE2}
-./intel-microcode2ucode microcode.dat > /dev/null || exit 1
-./intel-microcode2ucode-single microcode.dat > /dev/null || exit 1
+
+./intel-microcode2ucode microcode.dat > 1.log
+./intel-microcode2ucode-single microcode.dat > 2.log
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.215507 seconds and 4 git commands to generate.