aboutsummaryrefslogtreecommitdiffstats
path: root/testing/julia
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2016-08-06 16:37:55 +0200
committerJakub Jirutka <jakub@jirutka.cz>2016-08-07 15:37:37 +0200
commitd94b7fe702942e71562b914d4c4230f1be893755 (patch)
tree85e3eaf9eb200d84a271604e3d41cd759ad70773 /testing/julia
parent23ed1c89a1384681c504f3a7883f9e45e4ae5217 (diff)
testing/julia: cosmetic change in abuild
Diffstat (limited to 'testing/julia')
-rw-r--r--testing/julia/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/julia/APKBUILD b/testing/julia/APKBUILD
index 73e9c1cd861..554a9b286ea 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