birdwm

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

commit e0d86de2c7b594c2f6c2ca7b7d26bc425a5f3c6d
parent 90a68743e1452c325a02fed7a5ac63728d33a19e
Author: bdmfegys@duck.com <bdmfegys@duck.com>
Date:   Mon, 18 Mar 2024 16:07:01 -0400

fix autostart folder install target in Makefile for XDG_DATA_HOME env variable

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}/.local/share/birdwm + cp -r .dwm ${XDG_DATA_HOME}/birdwm mkdir -p ${DESTDIR}${PREFIX}/bin cp -f birdwm ${DESTDIR}${PREFIX}/bin chmod 755 ${DESTDIR}${PREFIX}/bin/dwm