fix: _brightness.sh - find brighness files with '*video*' path (multiple files)
[cmdllinux.git] / buildroot / _pkg / ___depends.sh
blob97312244ffa625d2592073341c78941ed3411cde
1 for i in */depends; do echo $i; DIR=$(echo $i | sed 's%/.*%%'); cat $i | tr '\n' ' ' | sed 's% $%%' > $DIR/depend@; done