index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2023-06-11 18:45:23 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2023-06-11 18:45:23 +0200 |
commit | 71d3bddf40149879617d1d6343c83e9ae6514151 (patch) | |
tree | 158b3543cfb2f6875a828ea8467bf0537c611932 /bin/build-master-status | |
parent | 60fd162d7b33a33a9c4c1a22a3b2a1f9298327e1 (diff) |
-rwxr-xr-x | bin/build-master-status | 2 |
diff --git a/bin/build-master-status b/bin/build-master-status index 7a17923..b66ba2b 100755 --- a/bin/build-master-status +++ b/bin/build-master-status @@ -18,7 +18,7 @@ if ! verbose_flock -n 9; then fi # update todos -find "${base_dir}/bin/" "${base_dir}/conf/" "${base_dir}/lib/" -type f \ +find "${base_dir}/bin/" "${conf_dir}/" "${base_dir}/lib/" -type f \ -exec grep -nHF '' '{}' \; | \ sed 's,^'"$(str_to_regex "${base_dir}")"'/,,' | \ sed -n ' |