checkportstree: another s/PTREE/PORTS_DIR/

This commit is contained in:
Juergen Daubert 2008-10-27 10:14:49 +01:00
parent fb26760a2b
commit 1681f28c5a

View File

@ -34,7 +34,7 @@ clean() {
}
find_packages() {
find $PTREE -name '*.pkg.tar.gz' | sed 's|^.*/||;s|#.*$||' | sort > $PKGS_D
find $PORTS_DIR -name '*.pkg.tar.gz' | sed 's|^.*/||;s|#.*$||' | sort > $PKGS_D
cat $PKGS_D | uniq > $PKGS_U
}