birdwm

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

commit 78e6e3b96df2e41a34e13074d1e86452c68d1cc4
parent 504f38eb889ab8feaf83bf48eb2abafc069919bf
Author: grouse <bdmfegys@duck.com>
Date:   Tue, 27 Feb 2024 20:18:33 -0500

fix ${HOME} variable in 'install' target in Makefile

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

diff --git a/Makefile b/Makefile @@ -48,7 +48,7 @@ install: all cp -f extras/birdwm.desktop /usr/share/xsessions/dwm.desktop cp -f extras/volume.sh ${DESTDIR}${PREFIX}/bin chmod 755 ${DESTDIR}${PREFIX}/bin/volume.sh - cp -r .dwm $HOME/.config/dwm + cp -r .dwm ${HOME}/.config/dwm uninstall: rm -f ${DESTDIR}${PREFIX}/bin/dwm\