summaryrefslogtreecommitdiff
path: root/script/meson.build
blob: e4d647bb5e764203625932dedaa70d928901c49c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
scripts = ['https@.sh', 'sslcat.sh', 'sslconnect.sh']

renamed = []

foreach s : scripts
  renamed += s.substring(0, -3)
endforeach

install_data(
  sources : scripts,
  rename : renamed,
  install_dir : get_option('bindir'),
  install_tag : 'bin',
  install_mode : 'rwxr-xr-x',
)