Skip to content

Commit

Permalink
fix relocatable path
Browse files Browse the repository at this point in the history
  • Loading branch information
nxadm committed Jan 28, 2020
1 parent e9fe567 commit 2c47e7c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/create-relocatable-build
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ make install
git clone https://github.com/ugexe/zef.git
cd zef
git checkout tags/$ZEF_VERSION
/rakudo-*/install/bin/raku -I. bin/zef install .
/rakudo/install/bin/raku -I. bin/zef install .

# Create links and add scripts
cd /rakudo*/install/bin
cd /rakudo/install/bin
rm raku raku-debug
ln -s rakudo raku
ln -s rakudo-debug raku-debug
Expand All @@ -25,7 +25,7 @@ cp /fix-windows10 .
cp /add-rakudo-to-path .

# Package it in /mnt
cd /rakudo*
cd /rakudo
mv install rakudo-$RAKUDO_VERSION
mkdir -p /staging
TARGZ="rakudo-moarvm-${RAKUDO_VERSION}-${RAKUDO_REVISION}-linux-${ARCH}.tar.gz"
Expand Down

0 comments on commit 2c47e7c

Please sign in to comment.