I'm creating a deb-file and enumerating the files and paths I need to have in the package using the install file. It looks like
dir1/* path1
dir2/* path2
...
But in a result deb-file there are no hidden files from dir1 and dir2. It looks like * doesn't match hidden files.
How could I match them apart from specifying each one explicitly?
dir1copied. This won't include not-hidden ones and hidden files from nested directories – zerkms Jan 28 at 20:19dh_install? – jordanm Jan 28 at 20:24