From d94b7fe702942e71562b914d4c4230f1be893755 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Sat, 6 Aug 2016 16:37:55 +0200 Subject: [PATCH] testing/julia: cosmetic change in abuild --- testing/julia/APKBUILD | 4 ++-- 1 file 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