Skip to content

Commit 6b3db48

Browse files
authored
fix #1 again by not hardcoding the path
1 parent 41ad3c0 commit 6b3db48

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

meson.build

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,8 @@ pdftag = executable('pdftag',
2222
sources: srcs,
2323
dependencies: deps,
2424
install: true)
25+
26+
install_data('LICENSE',
27+
install_dir: 'share/licenses/pdftag')
2528

2629
subdir('data')

0 commit comments

Comments
 (0)