summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3671e858d7c4..2ac4e1fa9c89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@
_pkgname=playonlinux5
pkgname=$_pkgname-git
pkgver=r1262.6404de4
-pkgrel=5
+pkgrel=6
epoch=2
pkgdesc="GUI for managing Windows programs under linux (development version based on Java)"
arch=('any')
@@ -60,7 +60,7 @@ package() {
cp -r phoenicis-dist/ "$pkgdir/opt/$_pkgname/"
# Launcher
- install -Dm755 "PlayOnLinux.sh" "$pkgdir/usr/bin/PlayOnLinux.sh"
+ install -Dm755 "PlayOnLinux.sh" "$pkgdir/usr/bin/$_pkgname"
# Icon + Desktop
install -Dm644 "$srcdir/$_pkgname/phoenicis-javafx/target/classes/com/playonlinux/javafx/common/playonlinux.png" \