Skip to content

Commit

Permalink
Change install dir
Browse files Browse the repository at this point in the history
  • Loading branch information
fmowl10 committed Jun 9, 2021
1 parent fc98498 commit ef389aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ configure_file(input : 'config.h.in', output : 'config.h', configuration: conf_d
conf_inc = include_directories('.')


install_data(['stage-1.map', 'stage-2.map', 'stage-3.map', 'stage-4.map', 'stage-5.map' ])
executable(meson.project_name(), src, dependencies:dep, install:true, include_directories : conf_inc)
install_data(['stage-1.map', 'stage-2.map', 'stage-3.map', 'stage-4.map', 'stage-5.map' ], install_dir : '/usr/share'/meson.project_name())
executable(meson.project_name(), src, dependencies:dep, install:true, include_directories : conf_inc, install_dir : '/usr/bin')

0 comments on commit ef389aa

Please sign in to comment.