codio / boxparts

Simple package manager
https://codio.com
Other
29 stars 26 forks source link

Fix missing cfg dir after installation. #289

Closed ns247 closed 9 years ago

ns247 commented 9 years ago

There was a problem with the previous version, the cfg directory wasn't being copied to the installation path. Although the cppcheck binary would install and run, the problem wasn't apparent until running it against a source file.

The cfg directory is now correctly added to the installation path.

ns247 commented 9 years ago

Works great, thanks!