mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-30 19:01:25 +02:00
testing/julia: cosmetic change in abuild
This commit is contained in:
parent
23ed1c89a1
commit
d94b7fe702
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user