Browse Source

Use SATURNIN_CACHE_HOME to set storage dir

Alois Mahdal 10 years ago
parent
commit
54a157a1de
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      libexec/saturnin-clip

+ 1
- 1
libexec/saturnin-clip View File

5
 ffoo import config
5
 ffoo import config
6
 ffoo import pretty
6
 ffoo import pretty
7
 
7
 
8
-STORAGE_DIR="$HOME/.local/share/saturnin/clips"
8
+STORAGE_DIR="$SATURNIN_CACHE_HOME/clips"
9
 
9
 
10
 usage() {
10
 usage() {
11
     usage_is "[ls]"
11
     usage_is "[ls]"