mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
scripts: qfile removed -f, how kind of them
This commit is contained in:
parent
295f1a385b
commit
09a618bd77
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ if [ -n "$(cat /tmp/urfuct.txt)" ]; then
|
|||
for badhit in $(cat /tmp/urfuct.txt) ; do
|
||||
echo ${badhit} | cut -d":" -f1 >> /tmp/badfiles.txt
|
||||
done
|
||||
qfile -S -C -f /tmp/badfiles.txt | cut -d' ' -f1 >> /tmp/badpkg_us.txt
|
||||
xargs -a /tmp/badfiles.txt qfile -S -C | cut -d' ' -f1 >> /tmp/badpkg_us.txt
|
||||
cat /tmp/badpkg_us.txt | sort -u > /tmp/badpkg.txt
|
||||
cat /tmp/badpkg.txt | grep -v portage > /tmp/badpkg.txt
|
||||
if [ -n "$(cat /tmp/badpkg.txt)" ]; then
|
||||
|
|
|
|||
Loading…
Reference in a new issue