raymontag / keepassc

KeePassC is a curses-based password manager compatible to KeePass v.1.x and KeePassX
http://raymontag.github.com/keepassc/
ISC License
310 stars 23 forks source link

Add the mkdir(/var/empty) in the setup.py #71

Open sebma opened 8 years ago

sebma commented 8 years ago

Hi,

Debian derivatives (Mint, Ubuntu) is the first Linux distribution used in the world :)

SSH works very fine without /var/empty directory on Debian derivatives but keepassc does not.

Can you please add the os.mkdir("/var/empty") in the setup.py if the directory does not exist ?