diff options
Diffstat (limited to 'roles/host/templates/usr_local_bin_update_ports.sh.j2')
| -rw-r--r-- | roles/host/templates/usr_local_bin_update_ports.sh.j2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/host/templates/usr_local_bin_update_ports.sh.j2 b/roles/host/templates/usr_local_bin_update_ports.sh.j2 index 7063652..1a512af 100644 --- a/roles/host/templates/usr_local_bin_update_ports.sh.j2 +++ b/roles/host/templates/usr_local_bin_update_ports.sh.j2 @@ -58,8 +58,8 @@ custom) echo "Regenerating poudriere pkglist..." find "${BASEDIR}/custom" -name Makefile -mindepth 3 -maxdepth 3 | \ sed "s|${BASEDIR}/custom/||; s|/Makefile||" | \ - sort > /usr/local/etc/poudriere-pkglist - echo "Pkglist updated: $(wc -l < /usr/local/etc/poudriere-pkglist) ports." + sort > /usr/local/etc/poudriere-pkglist.custom + echo "Pkglist updated: $(wc -l < /usr/local/etc/poudriere-pkglist.custom) ports." echo "Done. Custom ports overlay updated." ;; *) |
