birdwm

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

commit bb6df6916d6680e26b8fa2380c6764060ca663f6
parent a5f5b2abfc0fcdc3f9241a7c05253e8ffb1324d4
Author: mrgrouse <bdmfegys@duck.com>
Date:   Tue,  8 Oct 2024 15:43:57 -0400

Makefile: fix comment to specify which systems given command works on

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

diff --git a/Makefile b/Makefile @@ -42,7 +42,7 @@ dist: clean install: all # TODO: fix next line so XDG_DATA_HOME gets the user's XDG_DATA_HOME, possibly with `configure` script (?) - # use `stat -c '$U' file.txt` to programatically get owner of `file.txt` + # NOTE: the following only works on GNU based systems: use `stat -c '$U' file.txt` to programatically get owner of `file.txt` cp -r autostart ${XDG_DATA_HOME}/birdwm mkdir -p ${DESTDIR}${PREFIX}/bin cp -f birdwm ${DESTDIR}${PREFIX}/bin