When installing my package, it should create an empty directory. In a manually-written RPM spec, this can be done with the %dir directive. However, I found no way to do this with cargo-generate-rpm. Is it a missing feature or am I overlooking something?
When installing my package, it should create an empty directory. In a manually-written RPM spec, this can be done with the
%dir
directive. However, I found no way to do this withcargo-generate-rpm
. Is it a missing feature or am I overlooking something?