gen2deb/gentoo_pkg_list_raw.sh
2012-09-26 10:31:58 +02:00

5 lines
128 B
Bash
Executable file

#!/bin/bash
for f in `find "./portdir/" -mindepth 2 -maxdepth 2 -type d`; do
echo ${f#./portdir/}
done > gen_source_pkgs.list