summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
author svatsan2018-02-04 17:17:28 +0100
committer Willy Sudiarto Raharjo2018-02-04 17:17:28 +0100
commitae3d86047693b1d327b7ccea7a767f689907c9ad (patch)
tree6040fe89b75aaf2eabf2461b8e3b491a457e3ce0 /misc
parent10034a76ece77036466858ff9bd9ec3aa1f82d0e (diff)
downloadold.slackbuilds-ae3d86047693b1d327b7ccea7a767f689907c9ad.tar.gz
misc/KeePass: Remove VERSION.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc')
-rw-r--r--misc/KeePass/KeePass.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/KeePass/KeePass.SlackBuild b/misc/KeePass/KeePass.SlackBuild
index f76387f332..969c05a8f4 100644
--- a/misc/KeePass/KeePass.SlackBuild
+++ b/misc/KeePass/KeePass.SlackBuild
@@ -113,11 +113,11 @@ done
mkdir -p $PKG/usr/lib
cp Ext/KeePass.exe.config Build/KeePass/Release/
-cp -a $TMP/$PRGNAM-$VERSION/Build/KeePass/ $PKG/usr/lib/KeePass-${VERSION}
-cp -a $TMP/$PRGNAM-$VERSION/Build/KeePassLib_Distrib/ $PKG/usr/lib/KeePass-${VERSION}
+cp -a $TMP/$PRGNAM-$VERSION/Build/KeePass/ $PKG/usr/lib/KeePass
+cp -a $TMP/$PRGNAM-$VERSION/Build/KeePassLib_Distrib/ $PKG/usr/lib/KeePass
mkdir -p $PKG/usr/bin
-echo -e '#!/bin/bash'"\nexec /usr/bin/mono /usr/lib/KeePass-${VERSION}/Release/KeePass.exe" > $PKG/usr/bin/keepass
+echo -e '#!/bin/bash'"\nexec /usr/bin/mono /usr/lib/KeePass/Release/KeePass.exe" > $PKG/usr/bin/keepass
chmod 0755 $PKG/usr/bin/keepass
mkdir -p $PKG/usr/share/applications