From e4dcc46191a94fbd21f19de8dea80fd70a346947 Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Tue, 3 Dec 2013 00:42:21 -0700 Subject: [PATCH] Move keepassx binary from $binDir to $appsDir --- app-admin/keepassx/keepassx-2.0a4.git.recipe | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/app-admin/keepassx/keepassx-2.0a4.git.recipe b/app-admin/keepassx/keepassx-2.0a4.git.recipe index 736ea893b..1cd686d36 100644 --- a/app-admin/keepassx/keepassx-2.0a4.git.recipe +++ b/app-admin/keepassx/keepassx-2.0a4.git.recipe @@ -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 }