aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorknuxify <knuxify@gmail.com>2022-05-05 20:04:07 +0200
committeralice <alice@ayaya.dev>2022-05-05 20:11:10 +0000
commit375a6e6d76e08bd9020e0b1d1aba6551906afc8e (patch)
tree217f70445ac5d52e514e14d5deae2563e9da5f7e
parent540b6d65ffe5a8f26233cfe5a96b80d548238fef (diff)
downloadaports-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/APKBUILD3
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="