blob: 072ac3ea5ecbd0ac0b569a99f1914a2acebb3f7b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
install_data(
files(
'autoop.pl',
'autorejoin.pl',
'buf.pl',
'dns.pl',
'kills.pl',
'mail.pl',
'mlock.pl',
'quitmsg.pl',
'scriptassist.pl',
'usercount.pl',
),
install_dir : scriptdir)
|