diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2016-08-06 16:37:55 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2016-08-07 15:37:37 +0200 |
commit | d94b7fe702942e71562b914d4c4230f1be893755 (patch) | |
tree | 85e3eaf9eb200d84a271604e3d41cd759ad70773 | |
parent | 23ed1c89a1384681c504f3a7883f9e45e4ae5217 (diff) | |
download | aports-d94b7fe702942e71562b914d4c4230f1be893755.tar.bz2 aports-d94b7fe702942e71562b914d4c4230f1be893755.tar.xz |
testing/julia: cosmetic change in abuild
-rw-r--r-- | testing/julia/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/julia/APKBUILD b/testing/julia/APKBUILD index 73e9c1cd86..554a9b286e 100644 --- a/testing/julia/APKBUILD +++ b/testing/julia/APKBUILD @@ -72,7 +72,7 @@ prepare() { cp "$srcdir"/libuv-$_libuv_ver.tar.gz deps/ || return 1 # Prevent fetching of bundled stuff in the build and package phase. - cat <<-EOF > deps/jldownload + cat > deps/jldownload <<-EOF #!/bin/sh echo "!!! Downloading disabled !!!" echo "Abuild should not fetch any files in the build phase." @@ -80,7 +80,7 @@ prepare() { exit 1 EOF - cat <<-EOF > Make.user + cat > Make.user <<-EOF prefix=/usr libexecdir=/usr/lib sysconfdir=/etc |