]> git.pld-linux.org Git - packages/rpm-pld-macros.git/commitdiff
- quiet grep is quiet in all locales, and no ranges present in pattern :)
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 30 Jan 2012 16:01:27 +0000 (16:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm.macros -> 1.637

rpm.macros

index d195ae0f3d2ca397af4748b168dda9911b724c88..78576248d331a7726c7159cc83f41a4a77b13613 100644 (file)
@@ -701,7 +701,7 @@ __spec_install_post_check_tmpfiles() { \
        for d in $RPM_BUILD_ROOT/var/run/*; do \
                [ -d "$d" ] || continue; \
                d=${d##$RPM_BUILD_ROOT}; \
-               if ! LC_ALL=C grep -qs "$d" $RPM_BUILD_ROOT/usr/lib/tmpfiles.d/*.conf $RPM_BUILD_ROOT/etc/tmpfiles.d/*.conf; then\
+               if ! grep -qs "$d" $RPM_BUILD_ROOT/usr/lib/tmpfiles.d/*.conf $RPM_BUILD_ROOT/etc/tmpfiles.d/*.conf; then\
                    echo "No tmpfiles configuration for '$d'";\
                        fail=1 ; \
                fi \
This page took 0.442201 seconds and 4 git commands to generate.