rpm-build/scripts/files.req.files.in
2022-04-26 08:00:00 +00:00

5 lines
171 B
Bash
Executable File

#!/bin/sh -efu
dirlist=$(set +f; grep -h ^/. @RPMCONFIGDIR@/*-files.req.list |
while read -r d pkg; do echo "${d%/}"; done)
cut -f1 |grep -F "${dirlist:?}" || [ $? = 1 ]