diff options
Diffstat (limited to 'build.sh')
| -rw-r--r-- | build.sh | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -78,7 +78,8 @@ 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 scriptsdaemons/* "${BINDIR}"; } +install_script_lib() { COPY scripts/lib/* "${BINDIR}"; } +install_daemons() { COPY scripts/daemons/* "${BINDIR}"; } install_pacman() { sudo cp etc/arch/pacman.conf /etc; } install_git() { @@ -109,8 +110,6 @@ install_shell() { LINK "${CONFDIR}"/shell/profile "${ZPROFILE}" } -install_script_lib() { COPY scripts/lib/* "${BINDIR}"; } - install_cli_scripts() { install_script_lib COPY scripts/cli/* "${BINDIR}" |
