From 48337bca9f5a6f4ffe830e6be8c78154f18b269b Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Thu, 17 Feb 2022 02:41:58 +0400 Subject: [PATCH] New path to config in PKGBUILD. --- build/archlinux/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/archlinux/PKGBUILD b/build/archlinux/PKGBUILD index ed79486..128ba5b 100644 --- a/build/archlinux/PKGBUILD +++ b/build/archlinux/PKGBUILD @@ -9,7 +9,7 @@ license=('MIT') source=('git+https://git.arav.top/Arav/dwelling-upload.git') md5sums=('SKIP') makedepends=('go') -backup=('etc/dwelling-upload/config.yaml') +backup=('etc/dwelling/upload.yaml') build() { cd "$srcdir/$pkgname"