Move keepassx binary from $binDir to $appsDir

This commit is contained in:
Chris Roberts
2013-12-03 00:42:21 -07:00
parent 9a0dcbfa66
commit e4dcc46191

View File

@@ -30,12 +30,12 @@ COPYRIGHT="
"
LICENSE="GNU GPL v2"
REVISION="1"
REVISION="2"
ARCHITECTURES="x86"
PROVIDES="
keepassx = $portVersion
cmd:keepassx = $portVersion
app:keepassx = $portVersion
"
REQUIRES="
@@ -83,6 +83,7 @@ BUILD()
INSTALL()
{
make install
addAppDeskbarSymlink $binDir/keepassx KeePassX
mkdir -p $appsDir
mv $binDir/keepassx $appsDir/KeePassX
addAppDeskbarSymlink $appsDir/KeePassX KeePassX
}