birdwm

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 90a68743e1452c325a02fed7a5ac63728d33a19e
parent 130d65df22602f2b551f207a94bc8b84ea28b6e2
Author: bdmfegys@duck.com <bdmfegys@duck.com>
Date:   Mon, 18 Mar 2024 16:00:34 -0400

fix install target in Makefile for autostart folder

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -38,7 +38,7 @@ dist: clean rm -rf birdwm-${VERSION} install: all - cp -r .dwm ${HOME}/.config/birdwm + cp -r .dwm ${HOME}/.local/share/birdwm mkdir -p ${DESTDIR}${PREFIX}/bin cp -f birdwm ${DESTDIR}${PREFIX}/bin chmod 755 ${DESTDIR}${PREFIX}/bin/dwm