Commit 273bc17f authored by Jeremy Stephens's avatar Jeremy Stephens Committed by Mislav Marohnić
Browse files

Force copying files for mruby

When installing mruby-dev, the cp command doesn't use the force flag.
This causes an issue when using a custom build configuration (via
MRUBY_CONFIG environment variable) and installing mrbgems from Github,
as the pack files in the git repositories are read-only.
parent c1bd4134
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -449,7 +449,7 @@ build_package_mruby() {

  { rake
    mkdir -p "$PREFIX_PATH"
    cp -R build/host/* "$PREFIX_PATH"
    cp -fR build/host/* "$PREFIX_PATH"
    cd "$PREFIX_PATH/bin"
    ln -fs mruby ruby
    ln -fs mirb irb