From d8c6a28cc2f735e46a5720d6c24b3d6cddf487e2 Mon Sep 17 00:00:00 2001 From: Giovanni Harting <539@idlegandalf.com> Date: Sat, 20 Nov 2021 17:38:42 +0100 Subject: [PATCH] listmonk 2.0.0-3 --- listmonk/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/listmonk/PKGBUILD b/listmonk/PKGBUILD index ddf1ff1..a8732e1 100644 --- a/listmonk/PKGBUILD +++ b/listmonk/PKGBUILD @@ -2,7 +2,7 @@ pkgname=listmonk pkgver=2.0.0 -pkgrel=2 +pkgrel=3 pkgdesc='Self-hosted newsletter and mailing list manager with a modern dashboard' arch=(x86_64) url=https://listmonk.app @@ -64,6 +64,6 @@ package() { # frontend/public/static/favicon.png cp -a static "$pkgdir/usr/share/$pkgname/" install -Dm644 -t "$pkgdir/usr/share/$pkgname/static" config.toml.sample - cp -a frontend/dist/ "$pkgdir/usr/share/$pkgname/frontend/" + cp -a frontend/dist/ "$pkgdir/usr/share/$pkgname/frontend/dist" cp -a i18n "$pkgdir/usr/share/$pkgname/" }