aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano.tronto@gmail.com>2021-05-08 19:34:22 +0200
committerSebastiano Tronto <sebastiano.tronto@gmail.com>2021-05-08 19:34:22 +0200
commit78ac17f8af0152d8ca0743683e828ad68b7b574b (patch)
treedae84ebfc7793ef36166b3d869e0ab02cb883a21 /Makefile
parent82bcfe3f25b1f0c08c93fd35497019b546e24ce2 (diff)
downloadsdep-78ac17f8af0152d8ca0743683e828ad68b7b574b.tar.gz
sdep-78ac17f8af0152d8ca0743683e828ad68b7b574b.zip
Fix SDEPFOLDER -> SDEPDATA in one script
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2b44f75..8bc2a9a 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
2 2
3VERSION = 0.1 3VERSION = 0.1
4 4
5PREFIX = /usr/local 5PREFIX = ${HOME}/.local
6MANPREFIX = ${PREFIX}/share/man 6MANPREFIX = ${PREFIX}/share/man
7SDEPDATA = ${XDG_DATA_HOME}/sdep 7SDEPDATA = ${XDG_DATA_HOME}/sdep
8SCRIPTS = sdep-add sdep-checknow sdep-clear sdep-edit sdep-list 8SCRIPTS = sdep-add sdep-checknow sdep-clear sdep-edit sdep-list

Generated with cgit - Back to sebastiano.tronto.net