mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
Move keepassx binary from $binDir to $appsDir
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user