diff options
author | ZachIR <zachir@librem.one> | 2025-07-26 21:06:45 -0500 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2025-07-26 21:06:45 -0500 |
commit | 97cdc7084e6928b9bcb962cd8c82832e70bf1a36 (patch) | |
tree | 7834192bcb076216ae26446dba12cf6224d8e61b | |
parent | 83f2189e7234cad9054795b77b07d24ca0a7c742 (diff) |
Make dir for scroll/config.d in Makefile
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -33,6 +33,7 @@ install-scrollconf: scroll/config.d/user.conf scroll/config.d/user.conf: @echo "Generating user.conf..." + @mkdir -p scroll/config.d @echo 'set $$home' $(shell echo $(HOME)) > scroll/config.d/user.conf @echo "Done." |