From ba7674d37cd4675d1dfe86eb2675667a15d433af Mon Sep 17 00:00:00 2001 From: Tobias Reisinger Date: Thu, 2 Jul 2020 00:53:56 +0200 Subject: [PATCH] fix: not found path again --- core/PKGBUILD | 4 ++-- core/core.ini | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/PKGBUILD b/core/PKGBUILD index caaad74..796f55a 100644 --- a/core/PKGBUILD +++ b/core/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Tobias Reisinger pkgname=emgauwa-core pkgver=0.2.2 -pkgrel=3 +pkgrel=4 epoch= pkgdesc="" arch=('any') @@ -18,7 +18,7 @@ source=("https://git.serguzim.me/emgauwa/core/archive/v$pkgver.tar.gz" "emgauwa-core.sysusers" "emgauwa-core.tmpfiles") sha256sums=('6e983e765f1f4bd5388f77fa0cbc9a1e8f92f9834a4c63ea0c0bab4c96be4e2f' - '8ea2a0d7e6da31ed1aa8065111eb4b5b58ae1c544339f6a4d82bb7358e8e0707' + '2f87b859ad8ad406bdb2332aa6925c4e76cc18632b9e544bb28752995a2d2c0e' '559c675302f626dfded86660866554fb78f3fcbae51e5879eee65c9384a06d52' 'b9cde58b9e9b0605ca4a1eddd78067c55aa3c8d40f80cde0a25c4da9f6f95798' '0531f10303410afd7e53099e66b124ef2fd14afec9d33c4a0146793375acb6c2') diff --git a/core/core.ini b/core/core.ini index e1a52b7..5aff40c 100644 --- a/core/core.ini +++ b/core/core.ini @@ -6,7 +6,7 @@ group = emgauwa database = /var/lib/emgauwa/core/db.sqlite content-dir = /usr/share/webapps/emgauwa -not-found-file = /usr/share/webapps/emgauwa/404.html +not-found-file = /usr/share/webapps/emgauwa/index.html not-found-file-mime = text/html not-found-content = 404 - NOT FOUND not-found-content-type = text/plain