diff options
author | netchild <netchild@FreeBSD.org> | 2007-08-24 23:30:31 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2007-08-24 23:30:31 +0800 |
commit | 62829c83bd16735048e80d2dfea10231b5ee240c (patch) | |
tree | 85d50b8620d37a60570b41fae55893abed8c55f5 /Tools | |
parent | 1713746d2feb67bb0ceedc671c92e9e505ba35b5 (diff) | |
download | freebsd-ports-gnome-62829c83bd16735048e80d2dfea10231b5ee240c.tar.gz freebsd-ports-gnome-62829c83bd16735048e80d2dfea10231b5ee240c.tar.zst freebsd-ports-gnome-62829c83bd16735048e80d2dfea10231b5ee240c.zip |
We should also look into sbin/ (not only bin/ and lib/).
Diffstat (limited to 'Tools')
-rwxr-xr-x | Tools/scripts/explicit_lib_depends.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/scripts/explicit_lib_depends.sh b/Tools/scripts/explicit_lib_depends.sh index c373608bfff3..bad5152fbfac 100755 --- a/Tools/scripts/explicit_lib_depends.sh +++ b/Tools/scripts/explicit_lib_depends.sh @@ -100,7 +100,7 @@ for i in $@; do } } - /^bin\// { + /^s*bin\// { printf "%s/%s\n", CWD, $1; } |