summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlfredo Palhares2018-04-19 15:45:58 +0100
committerAlfredo Palhares2018-04-19 15:45:58 +0100
commit47646dbf807b9a14a2bd9ec081a4e7438513056d (patch)
tree6cd3a7741657147f624854d3e09334c8b6408411 /PKGBUILD
parent75c22bfacb9de48ca6630a35c32abfb1df88bfac (diff)
downloadaur-47646dbf807b9a14a2bd9ec081a4e7438513056d.tar.gz
Fix the install of the binaries
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9aa1ded976f7..f5b440cbd1cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=joplin
pkgver=1.0.83
-pkgrel=1
+pkgrel=2
pkgdesc="Joplin - a note taking and to-do application with synchronization capabilities for Windows, macOS, Linux, Android and iOS."
arch=("x86_64" "i686")
makedepends=("git" "nodejs" "rsync")
@@ -62,8 +62,8 @@ package() {
cd ${srcdir}
+ install -m755 joplin-desktop.sh "${pkgdir}/usr/bin/joplin-desktop"
install -m755 joplin.sh "${pkgdir}/usr/bin/joplin"
- install -m755 joplin-cli.sh "${pkgdir}/usr/bin/joplin-cli"
install -Dm644 ../joplin.desktop ${pkgdir}/usr/share/applications/joplin.desktop
install -Dm644 "${srcdir}/${pkgname}-${pkgver}/LICENSE" \