Add -r to cp to copy the directory
This should be the last hold-out before deploying habit-screens! :)
This commit is contained in:
parent
f99b61305b
commit
894615af52
1 changed files with 1 additions and 1 deletions
|
@ -8,6 +8,6 @@ pkgs.stdenv.mkDerivation {
|
|||
cp $src/index.html $out
|
||||
|
||||
mkdir -p $out/habits
|
||||
cp ${briefcase.website.habit-screens} $out/habits/index.html
|
||||
cp -r ${briefcase.website.habit-screens} $out/habits/index.html
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue