Packages/cns nospec (#4998)
* new package: cns-nospec * made changes as suggested and added proxy-app tag * updated edit() * adjusted logic for '+debug' * install readme and license * install readme and license
This commit is contained in:
parent
8cbc7eeae4
commit
755081968f
1 changed files with 2 additions and 0 deletions
|
@ -65,3 +65,5 @@ def install(self, spec, prefix):
|
||||||
files = glob.glob(join_path(self.build_directory, '*.exe'))
|
files = glob.glob(join_path(self.build_directory, '*.exe'))
|
||||||
for f in files:
|
for f in files:
|
||||||
install(f, prefix.bin)
|
install(f, prefix.bin)
|
||||||
|
install('README.txt', prefix)
|
||||||
|
install('license.txt', prefix)
|
Loading…
Reference in a new issue