mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-30 10:51:39 +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
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user