diff options
author | knuxify <knuxify@gmail.com> | 2022-05-05 20:04:07 +0200 |
---|---|---|
committer | alice <alice@ayaya.dev> | 2022-05-05 20:11:10 +0000 |
commit | 375a6e6d76e08bd9020e0b1d1aba6551906afc8e (patch) | |
tree | 217f70445ac5d52e514e14d5deae2563e9da5f7e | |
parent | 540b6d65ffe5a8f26233cfe5a96b80d548238fef (diff) | |
download | aports-375a6e6d76e08bd9020e0b1d1aba6551906afc8e.tar.gz aports-375a6e6d76e08bd9020e0b1d1aba6551906afc8e.tar.bz2 aports-375a6e6d76e08bd9020e0b1d1aba6551906afc8e.tar.xz |
community/gfbgraph: move documentation from /usr/doc to /usr/share/doc
This allows abuild to move the docs into the doc subpackage.
-rw-r--r-- | community/gfbgraph/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/community/gfbgraph/APKBUILD b/community/gfbgraph/APKBUILD index 8fc2b553774..89362087cab 100644 --- a/community/gfbgraph/APKBUILD +++ b/community/gfbgraph/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gfbgraph pkgver=0.2.5 -pkgrel=0 +pkgrel=1 pkgdesc="GFBGraph is a GLib/GObject wrapper for the Facebook API" url="https://wiki.gnome.org/Projects/GFBGraph" arch="all !s390x" # gnome-online-accounts @@ -27,6 +27,7 @@ build() { package() { make DESTDIR="$pkgdir" install + mv "$pkgdir"/usr/doc "$pkgdir"/usr/share/doc } sha512sums=" |