commit a5f5b2abfc0fcdc3f9241a7c05253e8ffb1324d4
parent e73435acf8140dd46c2f7650ea206b0d3ae9e15f
Author: mrgrouse <bdmfegys@duck.com>
Date: Tue, 8 Oct 2024 15:32:53 -0400
Makefile: add commented line for future me to fix the XDG dirs on sudo install
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/Makefile b/Makefile
@@ -42,6 +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`
cp -r autostart ${XDG_DATA_HOME}/birdwm
mkdir -p ${DESTDIR}${PREFIX}/bin
cp -f birdwm ${DESTDIR}${PREFIX}/bin