Skip to content

Commit

Permalink
fix RC_LIBEXECDIR
Browse files Browse the repository at this point in the history
  • Loading branch information
williamh committed Sep 19, 2024
1 parent cf5703d commit 9fa2e44
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 @@ -83,7 +83,7 @@ bindir = get_option('bindir')
libdir = get_option('libdir')
libexecdir = get_option('libexecdir')
sbindir = get_option('sbindir')
rc_libexecdir = libexecdir / 'rc'
rc_libexecdir = get_option('prefix') / libexecdir / 'rc'
rc_bindir = rc_libexecdir / 'bin'
rc_sbindir = rc_libexecdir / 'sbin'
rc_shdir = rc_libexecdir / 'sh'
Expand Down

0 comments on commit 9fa2e44

Please sign in to comment.