summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2025-11-25 18:47:48 +0400
committerSuleyman Farajli <suleyman@farajli.net>2025-11-25 18:47:48 +0400
commit330bb4addf683f32e1fc039b3d359a307b67d114 (patch)
tree9c390da75fa374383ce3207594b1637d1cc527cb
parentd947956270b092df10637bb3531441caca698b86 (diff)
chore(build.sh): update
-rw-r--r--build.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/build.sh b/build.sh
index a1b01fc..637adf9 100644
--- a/build.sh
+++ b/build.sh
@@ -78,7 +78,7 @@ install_vim() { COPY config/vim "${CONFDIR}"; }
install_x11() { COPY config/x11 "${CONFDIR}"; }
install_zathura() { COPY config/zathura "${CONFDIR}"; }
install_wallpapers() { COPY etc/wallpapers "${DATADIR}"; }
-install_daemons() { COPY daemons/* "${BINDIR}"; }
+install_daemons() { COPY scriptsdaemons/* "${BINDIR}"; }
install_pacman() { sudo cp etc/arch/pacman.conf /etc; }
install_git() {
@@ -109,7 +109,7 @@ install_shell() {
LINK "${CONFDIR}"/shell/profile "${ZPROFILE}"
}
-install_script_lib() { COPY scripts/slib "${BINDIR}"; }
+install_script_lib() { COPY scripts/lib/* "${BINDIR}"; }
install_cli_scripts() {
install_script_lib
@@ -121,7 +121,6 @@ install_gui_scripts() {
COPY scripts/gui/* "${BINDIR}"
}
-
install_liberationmono() { pkg "LiberationMono" sync unpack font_install; }
install_dwm() { pkg "${dwm_version}" sync unpack install; }
install_st() { pkg "${st_version}" sync unpack install; }