nishanths / license

Command line license text generator.
MIT License
663 stars 83 forks source link

Problem with separate partitions #20

Closed jD91mZM2 closed 4 years ago

jD91mZM2 commented 6 years ago

When having /home and /tmp on separate partitions, I get:

rename /tmp/license-388690913 /home/jD91mZM2/.license: invalid cross-device link

This is because you can't rename across partitions. When renaming fails with this error you should fallback to copying and deleting the original.

nishanths commented 4 years ago

Thanks for reporting. This should no longer be an issue, because the program no longer renames or moves these directories.

nishanths commented 4 years ago

I appreciate the tip about copying and deleting the original for the future.