aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano.tronto@gmail.com>2021-05-08 19:36:01 +0200
committerSebastiano Tronto <sebastiano.tronto@gmail.com>2021-05-08 19:36:01 +0200
commit49514773570944453812a8255e31893627daf375 (patch)
tree1ba328ac2e6ff7f47c0d28bc1728ecbc604b69b3
parent78ac17f8af0152d8ca0743683e828ad68b7b574b (diff)
downloadsdep-49514773570944453812a8255e31893627daf375.tar.gz
sdep-49514773570944453812a8255e31893627daf375.zip
Makefile fix
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8bc2a9a..2b44f75 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
2 2
3VERSION = 0.1 3VERSION = 0.1
4 4
5PREFIX = ${HOME}/.local 5PREFIX = /usr/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