The "/usr"-filesystem is readonly and therefor the permission and config files can't be copied.
I introduced a CONFIG_DIR variable and set it to "/etc" and replaced it with all occurrences of "/usr/lib" which fixed the problem. I can make a pull request if you want to incorporate this.
The "/usr"-filesystem is readonly and therefor the permission and config files can't be copied.
I introduced a CONFIG_DIR variable and set it to "/etc" and replaced it with all occurrences of "/usr/lib" which fixed the problem. I can make a pull request if you want to incorporate this.