buildMix: use . instead of glob pattern for copying source (#408195)
This commit is contained in:
@@ -124,7 +124,7 @@ let
|
||||
# phoenix applications need the source of phoenix and phoenix_html to
|
||||
# build javascript and css assets.
|
||||
mkdir -p $out/src
|
||||
cp -r $src/* "$out/src"
|
||||
cp -r "$src/." "$out/src"
|
||||
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user