Re: [Passwordsafe-devel] re passwordsafe under RHEL5 (and wtf re the forum)
Popular easy-to-use and secure password manager
Brought to you by:
ronys
From: Saurav G. <sa...@gm...> - 2010-12-22 06:01:22
|
On Tue, Dec 21, 2010 at 8:57 PM, <ra...@he...> wrote: > ...and I certainly don't have this "help.zip" file installed... in fact it > doesn't exist in the build directory... maybe I just need to get or build > that file and install it somewhere? HTH. > Yeah, that must be it. You can build it by doing this in the help/default directory zip -r help ./* -x \*/.svn/\* Then put the help file in "/usr/share/doc/passwordsafe/help/". Currently, this path is hard-coded. Sorry, I hadn't noticed that the makefiles don't do this yet. I also missed the fact that you built it yourself and didn't actually install a prebuilt binary which includes the help file. Thanks, Saurav. |