diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2022-03-01 10:34:06 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2022-03-01 10:34:06 +0100 |
| commit | b68c98a74cec75946eb29ae814da9fe6ae732cf8 (patch) | |
| tree | af3b0eeb0137e66797ca634ce863466ba2264a92 /scripts/sdep-checknow | |
| parent | 23b64e3da1739ffd8f35bb1c88236480a05dd317 (diff) | |
| download | sdep-b68c98a74cec75946eb29ae814da9fe6ae732cf8.tar.gz sdep-b68c98a74cec75946eb29ae814da9fe6ae732cf8.zip | |
Fixed typo in sdep-list; fixed default directory
Diffstat (limited to 'scripts/sdep-checknow')
| -rwxr-xr-x | scripts/sdep-checknow | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/sdep-checknow b/scripts/sdep-checknow index 404d461..4771957 100755 --- a/scripts/sdep-checknow +++ b/scripts/sdep-checknow | |||
| @@ -14,7 +14,7 @@ | |||
| 14 | # might have to change if you are not on Linux (on some systems you can | 14 | # might have to change if you are not on Linux (on some systems you can |
| 15 | # accomplish the same with -j). | 15 | # accomplish the same with -j). |
| 16 | 16 | ||
| 17 | sdepdata="${XDG_DATA_HOME:-$HOME/.local}/sdep" | 17 | sdepdata="${XDG_DATA_HOME:-$HOME/.local/share}/sdep" |
| 18 | 18 | ||
| 19 | #notify="notify-send -t 3600000" | 19 | #notify="notify-send -t 3600000" |
| 20 | notify=herbe | 20 | notify=herbe |
