From 8d39237c6fe298b0d2d591d739a1164cc68ac1bc Mon Sep 17 00:00:00 2001 From: Suleyman Farajli Date: Tue, 28 Oct 2025 11:22:36 +0400 Subject: chore(wallpapers): move to /etc from /config --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index 1eda520..5bbcf8b 100644 --- a/build.sh +++ b/build.sh @@ -76,7 +76,7 @@ install_sxiv() { COPY config/sxiv "${CONFDIR}"; } install_vim() { COPY config/vim "${CONFDIR}"; } install_x11() { COPY config/x11 "${CONFDIR}"; } install_zathura() { COPY config/zathura "${CONFDIR}"; } -install_wallpapers() { COPY config/wallpapers "${DATADIR}"; } +install_wallpapers() { COPY etc/wallpapers "${DATADIR}"; } install_pacman() { sudo cp distros/arch-linux/pacman.conf /etc; } install_git() { -- cgit v1.2.3