Update 2023-03-06 08:14 OpenBSD/amd64

This commit is contained in:
c0dev0id
2023-03-06 08:14:38 +01:00
parent eaf9fb040c
commit 5884be7d10
8 changed files with 76 additions and 53 deletions

View File

@@ -8,7 +8,7 @@ _ports=$(echo "SELECT PkgPath from Paths;" \
| sqlite3 /usr/local/share/sqlports \
| sort -u)
_list=$(find /usr/ports/mystuff/*/* /usr/src/*/* /usr/xenocara/*/* -type d -maxdepth 0)
_list=$(find /usr/ports/mystuff/*/* /usr/src/*/* /usr/xenocara/*/* /usr/src /usr/xenocara /usr/ports -type d -maxdepth 0)
echo "$_ports" "$_list" "/usr/src" "/usr/ports" "/usr/www" "/usr/xenocara" \
| grep -v "/CVS" \