testing/julia: cosmetic change in abuild

This commit is contained in:
Jakub Jirutka 2016-08-06 16:37:55 +02:00
parent 23ed1c89a1
commit d94b7fe702

View File

@ -72,7 +72,7 @@ prepare() {
cp "$srcdir"/libuv-$_libuv_ver.tar.gz deps/ || return 1 cp "$srcdir"/libuv-$_libuv_ver.tar.gz deps/ || return 1
# Prevent fetching of bundled stuff in the build and package phase. # Prevent fetching of bundled stuff in the build and package phase.
cat <<-EOF > deps/jldownload cat > deps/jldownload <<-EOF
#!/bin/sh #!/bin/sh
echo "!!! Downloading disabled !!!" echo "!!! Downloading disabled !!!"
echo "Abuild should not fetch any files in the build phase." echo "Abuild should not fetch any files in the build phase."
@ -80,7 +80,7 @@ prepare() {
exit 1 exit 1
EOF EOF
cat <<-EOF > Make.user cat > Make.user <<-EOF
prefix=/usr prefix=/usr
libexecdir=/usr/lib libexecdir=/usr/lib
sysconfdir=/etc sysconfdir=/etc