]> git.pld-linux.org Git - packages/rpm-build-macros.git/blobdiff - rpm.macros
- we're looking for fixed srtings here
[packages/rpm-build-macros.git] / rpm.macros
index 78576248d331a7726c7159cc83f41a4a77b13613..4fc0798e1b0939eb3be6142a609906b5bd7b81e6 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 ! grep -qs "$d" $RPM_BUILD_ROOT/usr/lib/tmpfiles.d/*.conf $RPM_BUILD_ROOT/etc/tmpfiles.d/*.conf; then\
+               if ! grep -qsF "$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.064814 seconds and 4 git commands to generate.