From 546381fe5bba749246f08d09ae8b9511b162f11d Mon Sep 17 00:00:00 2001 From: Trumeet Date: Wed, 12 Jan 2022 21:55:43 -0800 Subject: PKGBUILD: Fix backup() --- arch/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/PKGBUILD b/arch/PKGBUILD index ca4794d..33cfce4 100644 --- a/arch/PKGBUILD +++ b/arch/PKGBUILD @@ -12,7 +12,7 @@ makedepends=('git') provides=("${pkgname%-git}") conflicts=("${pkgname%-git}") replaces=() -backup=(etc/mutebot/) +backup=(etc/mutebot/default.conf) options=() install= source=('mutebot::git+https://git.yuuta.moe/mutebot.git' -- cgit v1.2.3