aboutsummaryrefslogtreecommitdiff
path: root/nixops/modules/websites/tools/tools/shaarli.nix
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2019-02-21 22:08:57 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2019-02-21 22:08:57 +0100
commit3c8d7f8706433ce0f995f3bf37fdfd348fb9e173 (patch)
tree7001eb43d827c3fcb323b18999f9527fdbc177dc /nixops/modules/websites/tools/tools/shaarli.nix
parent7636abc6bfcdca34d4b90a144365235012275339 (diff)
downloadNix-3c8d7f8706433ce0f995f3bf37fdfd348fb9e173.tar.gz
Nix-3c8d7f8706433ce0f995f3bf37fdfd348fb9e173.tar.zst
Nix-3c8d7f8706433ce0f995f3bf37fdfd348fb9e173.zip
Remove useless relative symlinks
Diffstat (limited to 'nixops/modules/websites/tools/tools/shaarli.nix')
-rw-r--r--nixops/modules/websites/tools/tools/shaarli.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixops/modules/websites/tools/tools/shaarli.nix b/nixops/modules/websites/tools/tools/shaarli.nix
index a43d677..0f6b460 100644
--- a/nixops/modules/websites/tools/tools/shaarli.nix
+++ b/nixops/modules/websites/tools/tools/shaarli.nix
@@ -17,7 +17,7 @@ let
17 17
18 installPhase = '' 18 installPhase = ''
19 rm -r {cache,pagecache,tmp,data}/ 19 rm -r {cache,pagecache,tmp,data}/
20 ln -sf ../../../..${varDir}/{cache,pagecache,tmp,data} . 20 ln -sf ${varDir}/{cache,pagecache,tmp,data} .
21 mkdir -p $doc/share/doc 21 mkdir -p $doc/share/doc
22 mv doc/ $doc/share/doc/shaarli 22 mv doc/ $doc/share/doc/shaarli
23 mkdir $out/ 23 mkdir $out/