security/keepass: Prevent crash when running in i3 window manager
Obtained from: https://sourceforge.net/p/keepass/bugs/1545/#1618 MFH: 2017Q2
This commit is contained in:
parent
3c64608ce8
commit
7906272348
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=438665
2 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= keepass
|
||||
PORTVERSION= 2.35
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= SF/${PORTNAME}/KeePass%202.x/${PORTVERSION}
|
||||
DISTNAME= KeePass-${PORTVERSION}-Source
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
exec %%PREFIX%%/bin/mono %%PREFIX%%/share/keepass/KeePass.exe "$@"
|
||||
exec %%PREFIX%%/bin/mono --verify-all %%PREFIX%%/share/keepass/KeePass.exe "$@"
|
||||
|
|
Loading…
Reference in a new issue