Allow multiple license symlinks

This commit is contained in:
Adam J. Stewart
2016-04-19 12:28:50 -05:00
parent 2a11cb8b76
commit 8bcb812529
2 changed files with 11 additions and 19 deletions

View File

@@ -11,9 +11,7 @@ class Nag(Package):
# Licensing
license_required = True
license_comment = '!'
license_files = ['lib/nag.key',
'lib/nag.licence',
'lib/nagware.licence']
license_files = ['lib/nag.key']
license_vars = ['NAG_KUSARI_FILE']
license_url = 'http://www.nag.com/doc/inun/np61/lin-mac/klicence.txt'