summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWorMzy Tykashi2019-12-20 22:16:21 +0000
committerWorMzy Tykashi2019-12-20 22:16:21 +0000
commitb59e6a56cb7129a4ff6c4e610b445513736be9b4 (patch)
treeba64417c165f184edfa7cd5da09aa72fed6e3440 /PKGBUILD
parentb11e9549c6479a525ac90e6c19a2c2ef60839020 (diff)
downloadaur-b59e6a56cb7129a4ff6c4e610b445513736be9b4.tar.gz
Revert last change and actually fix license location
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 710b25abbdb5..4846f07eea89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=tmux-git
_gitname=tmux
pkgver=8107_3.0a.r184.g745233d6
-pkgrel=1
+pkgrel=2
pkgdesc="A terminal multiplexer"
url="https://github.com/tmux/tmux/wiki"
arch=('i686' 'x86_64')
@@ -46,8 +46,8 @@ package() {
cd ${_gitname}
make DESTDIR="${pkgdir}" install
- install -Dm644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/tmux/LICENSE"
+ install -Dm644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
# install example config file
- install -Dm755 example_tmux.conf "${pkgdir}/usr/share/${pkgname}/example_tmux.conf"
+ install -Dm755 example_tmux.conf "${pkgdir}/usr/share/tmux/example_tmux.conf"
}