STANDARD_LIBEXEC_PREFIX needs to end with a /.

This commit is contained in:
mrg 2006-05-13 01:43:17 +00:00
parent 169832563d
commit 6e5288e9d6
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ Boston, MA 02110-1301, USA. */
#define STANDARD_BINDIR_PREFIX "/usr/bin"
#undef STANDARD_LIBEXEC_PREFIX
#define STANDARD_LIBEXEC_PREFIX "/usr/libexec"
#define STANDARD_LIBEXEC_PREFIX "/usr/libexec/"
#endif /* NETBSD_NATIVE */