aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrumeet <yuuta@yuuta.moe>2022-01-12 21:55:43 -0800
committerTrumeet <yuuta@yuuta.moe>2022-01-12 21:55:43 -0800
commit546381fe5bba749246f08d09ae8b9511b162f11d (patch)
tree1334d1ec5916a8c93b457bd27b7bbb445f683b6a
parent676cf0005cfac29daf7ba82406f18cb5b5e37cef (diff)
downloadmutebot-546381fe5bba749246f08d09ae8b9511b162f11d.tar
mutebot-546381fe5bba749246f08d09ae8b9511b162f11d.tar.gz
mutebot-546381fe5bba749246f08d09ae8b9511b162f11d.tar.bz2
mutebot-546381fe5bba749246f08d09ae8b9511b162f11d.zip
PKGBUILD: Fix backup()
-rw-r--r--arch/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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'