Prefix the Alpine Linux virtual package name with a dot

This way the package is easy to recognize when inspecting
/etc/apk/world, and it's actually a standard to do so for virtual
packages
pull/3109/head
Bart Ribbers 2022-05-31 09:33:50 +02:00
parent 56ceb80179
commit eaa1035e14
No known key found for this signature in database
GPG Key ID: 0BF4C1B5988C50D8
1 changed files with 1 additions and 1 deletions

View File

@ -419,7 +419,7 @@ function gentoo_install() {
}
function alpine_install() {
$SUDO apk add --virtual makedeps-mycroft-core alpine-sdk git python3 py3-pip py3-setuptools py3-virtualenv mpg123 vorbis-tools pulseaudio-utils fann-dev automake autoconf libtool pcre2-dev pulseaudio-dev alsa-lib-dev swig python3-dev portaudio-dev libjpeg-turbo-dev
$SUDO apk add --virtual .makedeps-mycroft-core alpine-sdk git python3 py3-pip py3-setuptools py3-virtualenv mpg123 vorbis-tools pulseaudio-utils fann-dev automake autoconf libtool pcre2-dev pulseaudio-dev alsa-lib-dev swig python3-dev portaudio-dev libjpeg-turbo-dev
}
function install_deps() {