cat-in-136 / cargo-generate-rpm

Cargo helper command to generate a binary RPM package
MIT License
87 stars 19 forks source link

Adding empty directories via %dir #120

Open milgner opened 2 months ago

milgner commented 2 months ago

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?