Skip to content

Commit

Permalink
Merge pull request #1258 from ukleinek/fix-manpage-installation
Browse files Browse the repository at this point in the history
Fix installation of rauc.1 manpage
  • Loading branch information
jluebbe committed Oct 10, 2023
2 parents 4db6dbc + a45384d commit 4764785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ dbuswrapperdir = get_option('libexecdir')

install_data('src/de.pengutronix.rauc.Installer.xml', install_dir : dbusinterfacesdir)

install_data('rauc.1', install_dir : get_option('mandir'))
install_man('rauc.1')

subdir('data')
subdir('docs')
Expand Down

0 comments on commit 4764785

Please sign in to comment.