summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristopher Arndt2020-05-16 19:30:54 +0200
committerChristopher Arndt2020-05-16 19:30:54 +0200
commitc0ce43df226314eca0c12e319134c0f81fd6ecd2 (patch)
tree38b2a974249b96c849dd2ff64dbf3b8dbe4a9a97 /PKGBUILD
parentea00252cd8a6fd3f7cb6ddbcb48faf188836583f (diff)
downloadaur-c0ce43df226314eca0c12e319134c0f81fd6ecd2.tar.gz
Fix doc and license install directories
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ad31be2c2f69..dd5f9c2edbe9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=jumpapp
pkgname="${_pkgname}-git"
pkgver=1.1.r101.4071977
-pkgrel=1
+pkgrel=2
pkgdesc="A run-or-raise application switcher for any X11 desktop"
arch=('i686' 'x86_64')
url="https://github.com/mkropat/jumpapp"
@@ -27,6 +27,6 @@ package() {
cd "$srcdir/${_pkgname}"
install -Dm755 ${_pkgname} -t ${pkgdir}/usr/bin
install -Dm755 jumpappify-desktop-entry -t "${pkgdir}/usr/bin"
- install -Dm755 README.md -t "${pkgdir}/usr/share/doc/${_pkgname}"
- install -Dm755 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${_pkgname}"
+ install -Dm755 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+ install -Dm755 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
}