gen2deb/gentoo_pkg_list_raw.sh

6 lines
128 B
Bash
Raw Normal View History

2012-09-26 08:31:58 +00:00
#!/bin/bash
for f in `find "./portdir/" -mindepth 2 -maxdepth 2 -type d`; do
echo ${f#./portdir/}
done > gen_source_pkgs.list