From: Nicolas Boisselier Date: Mon, 4 Apr 2016 14:41:09 +0000 (+0100) Subject: nb-repos-dirs X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=9cae1b3c3b41b0669229c29f7718d2033d31b889;p=nb.git nb-repos-dirs --- diff --git a/bin/nb-repo-dirs b/bin/nb-repo-dirs index 51a65e94..2b3658cc 100755 --- a/bin/nb-repo-dirs +++ b/bin/nb-repo-dirs @@ -19,7 +19,7 @@ my @DIRS = ( # '/home/www/*/.nb-install', # '/home/*/Dev/*/.nb-install', # '/usr/local/src/*/.nb-install', - '/{opt,home,home/www,usr/local/src,home/*/Dev}/*/.nb-install', + '/{opt,opt/www,home,home/www,usr/local/src,home/*/Dev}/*/.nb-install', ); my $debug = 0;