commit 92dd6c0ea2e50a55e4482fc2c352b029e3fcffc7
parent def201f05fcd96c72f3e7640f11de3bb1e9564c6
Author: Linux User <leah@foo-nuc.localdomain>
Date: Mon, 16 Nov 2020 14:14:43 +0100
parent def201f05fcd96c72f3e7640f11de3bb1e9564c6
Author: Linux User <leah@foo-nuc.localdomain>
Date: Mon, 16 Nov 2020 14:14:43 +0100
update pleroma
4 files changed, 2 insertions(+), 8 deletions(-)
diff --git a/pleroma/APKBUILD b/pleroma/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: pkgname=pleroma pkgver=2.2.0 -pkgrel=9 +pkgrel=10 pkgdesc="Pleroma ActivityPub Server" url="https://pleroma.social/" arch="all" @@ -37,7 +37,7 @@ check() { } package() { - install -Dm755 "${srcdir}/pleroma.sample.exs" "${pkgdir}/etc/pleroma/config.sample.exs}"; + install -Dm755 "${srcdir}/pleroma.sample.exs" "${pkgdir}/etc/pleroma/config.sample.exs"; install -Dm755 "${builddir}/output/installation/init.d/pleroma" "${pkgdir}/etc/init.d/pleroma" cd ${builddir}/output; find . -type f -exec install -Dm 755 "{}" "${pkgdir}/usr/lib/pleroma/{}" \;
diff --git a/pleroma/src/0001-PATCH-Separate-webfinger-domain-from-host-domain.patch b/pleroma/src/0001-PATCH-Separate-webfinger-domain-from-host-domain.patch @@ -1 +0,0 @@ -/home/leah/alpine-pkgs/pleroma/0001-PATCH-Separate-webfinger-domain-from-host-domain.patch- \ No newline at end of file
diff --git a/pleroma/src/initd.patch b/pleroma/src/initd.patch @@ -1 +0,0 @@ -/home/leah/alpine-pkgs/pleroma/initd.patch- \ No newline at end of file
diff --git a/pleroma/src/pleroma.sample.exs b/pleroma/src/pleroma.sample.exs @@ -1 +0,0 @@ -/home/leah/alpine-pkgs/pleroma/pleroma.sample.exs- \ No newline at end of file