My software, I'm trying to distribute as a Click package, has files that must be copied into several different directories. How can I achieve this?
When it comes to deb packages I use dpkg -b
command, which makes it so easy.
Thanks!
My software, I'm trying to distribute as a Click package, has files that must be copied into several different directories. How can I achieve this?
When it comes to deb packages I use dpkg -b
command, which makes it so easy.
Thanks!
click build .
builds the package for the current directory