From 78ac17f8af0152d8ca0743683e828ad68b7b574b Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sat, 8 May 2021 19:34:22 +0200 Subject: Fix SDEPFOLDER -> SDEPDATA in one script --- Makefile | 2 +- scripts/sdep-edit | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2b44f75..8bc2a9a 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ VERSION = 0.1 -PREFIX = /usr/local +PREFIX = ${HOME}/.local MANPREFIX = ${PREFIX}/share/man SDEPDATA = ${XDG_DATA_HOME}/sdep SCRIPTS = sdep-add sdep-checknow sdep-clear sdep-edit sdep-list diff --git a/scripts/sdep-edit b/scripts/sdep-edit index 5e8c491..d19a3f5 100755 --- a/scripts/sdep-edit +++ b/scripts/sdep-edit @@ -5,7 +5,7 @@ # Usage: sdep-edit [file] # No options = once -file="SDEPFOLDER/${1:-once}" +file="SDEPDATA/${1:-once}" editor=${VISUAL:-vi} $editor "$file" -- cgit v1.3