portage-exclude moved
--HG-- rename : bash/portage-exclude/portage-exclude.sh => bash/portage-exclude-gen/portage-exclude-gen.sh
This commit is contained in:
parent
7f83d32500
commit
4a97a942ae
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
cd /usr/portage/ || exit -1
|
||||
for d in *-*; do
|
||||
for d in *-* virtual; do
|
||||
if [[ `qlist -IC $d/ | wc -l` == 0 ]]; then
|
||||
echo $d/
|
||||
else
|
||||
|
@ -12,4 +12,3 @@ for d in *-*; do
|
|||
done
|
||||
fi
|
||||
done
|
||||
|
Loading…
Reference in New Issue