Merge pull request #182744 from pbsds/owncast-fix-ln

This commit is contained in:
Franz Pletz
2022-08-01 16:22:39 +02:00
committed by GitHub
+1
View File
@@ -30,6 +30,7 @@ buildGoModule rec {
)
[ ! -d "$PWD/static" ] && (
[ -L "$PWD/static" ] && ${coreutils}/bin/rm "$PWD/static"
${coreutils}/bin/ln -s "${placeholder "out"}/static" "$PWD"
)
'';