]> git.pld-linux.org Git - packages/setup.git/commitdiff
ldd logs to stderr now
authorJan Palus <atler@pld-linux.org>
Wed, 29 Apr 2020 14:42:41 +0000 (16:42 +0200)
committerJan Palus <atler@pld-linux.org>
Wed, 29 Apr 2020 14:42:41 +0000 (16:42 +0200)
setup.spec

index 0b601236921a149b6564295290634c3acc9cb0f1..9a23ccc715a45fe093a0177fe27e0b4662ce45e7 100644 (file)
@@ -111,7 +111,7 @@ cp -p %{SOURCE3} iana-etc/port-numbers.iana
        OPT_FLAGS="%{rpmcflags} -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64" \
        LDFLAGS="%{rpmcflags} %{rpmldflags} -static"
 
-ldd postshell | grep "not a dynamic executable" || exit 1
+ldd postshell 2>&1 | grep "not a dynamic executable" || exit 1
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.079987 seconds and 4 git commands to generate.