summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkujiu (@ciredutemps.kujiu.org)2019-01-22 19:46:03 +0100
committerkujiu (@ciredutemps.kujiu.org)2019-01-22 19:46:03 +0100
commitfad63a65a59c8dbaaeb27734b2a7e97d29632763 (patch)
treec4f3122d98d3770622c5379e06ec2b4dcbf73ac0 /PKGBUILD
parentada105a459c3bed89669877848a7999db6ba2363 (diff)
downloadaur-bitlbee-mastodon-git.tar.gz
Add doc in good path.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2c9fa14b9e9a..4a19079ddf00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Kujiu <kujiu+arch@kujiu.org>
pkgname=bitlbee-mastodon-git
-pkgrel=1
-pkgver=r8.ff9e4fd
+pkgrel=2
+pkgver=r151.cf2c48a
pkgdesc='Mastodon protocol plugin for BitlBee'
arch=('i686' 'x86_64')
url='https://github.com/kensanata/bitlbee-mastodon'
@@ -29,6 +29,8 @@ build() {
package() {
cd "$srcdir/${pkgname%-git}"
make DESTDIR="$pkgdir" install
+ mkdir -p "$pkgdir/usr/share/bitlbee"
+ cp "doc/mastodon-help.txt" "$pkgdir/usr/share/bitlbee"
}
# vim:set ts=2 sw=2 et: