010-meson-typo.patch 626 B

1234567891011121314151617181920
  1. From c387d4fe7a1435a762a5b7d8b75feb13ad613315 Mon Sep 17 00:00:00 2001
  2. From: Anatoly Pugachev <[email protected]>
  3. Date: Fri, 8 Apr 2022 15:34:16 +0300
  4. Subject: [PATCH] libfdisk: meson.build fix typo
  5. ---
  6. libfdisk/meson.build | 2 +-
  7. 1 file changed, 1 insertion(+), 1 deletion(-)
  8. --- a/libfdisk/meson.build
  9. +++ b/libfdisk/meson.build
  10. @@ -11,7 +11,7 @@ libfdisk_h = configure_file(
  11. output : 'libfdisk.h',
  12. configuration : defs,
  13. install : build_libfdisk,
  14. - install_dir : join_paths(get_option('includedir'), 'libfisk'),
  15. + install_dir : join_paths(get_option('includedir'), 'libfdisk'),
  16. )
  17. lib_fdisk_sources = '''