diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2021-12-30 18:41:17 -0600 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2021-12-30 18:41:38 -0600 |
commit | c045d33a40cad626eebc2381daf58eba8ca79343 (patch) | |
tree | 07722df97641923a2d40c5622a632f0d60aeb53f | |
parent | ffa2e060431ef329d8a00397a7f10dd363f2b372 (diff) |
fix filename in FreeBSD meson build
-rw-r--r-- | init.d/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/meson.build b/init.d/meson.build index 9976710c..a34f1c35 100644 --- a/init.d/meson.build +++ b/init.d/meson.build @@ -62,7 +62,7 @@ init_BSD = [ init_FreeBSD = [ 'adjkerntz.in', - 'devd .in', + 'devd.in', 'dumpon.in', 'encswap.in', 'ipfw.in', |