Browse Source

Rename scripts to include _apt

pull/62/head
matt335672 3 years ago
parent
commit
b63e6fda01
3 changed files with 2 additions and 2 deletions
  1. +1
    -1
      .github/workflows/build.yml
  2. +0
    -0
      scripts/install_pulseaudio_sources_apt.sh
  3. +1
    -1
      scripts/install_pulseaudio_sources_apt_wrapper.sh

+ 1
- 1
.github/workflows/build.yml View File

@ -20,7 +20,7 @@ jobs:
with: with:
path: ~/pulseaudio.src path: ~/pulseaudio.src
key: ${{ runner.os }}-${{ env.OS_VERSION }}-build-${{ env.cache-name }} key: ${{ runner.os }}-${{ env.OS_VERSION }}-build-${{ env.cache-name }}
- run: scripts/install_pulseaudio_sources.sh
- run: scripts/install_pulseaudio_sources_apt.sh
build: build:
strategy: strategy:


scripts/install_pulseaudio_sources.sh → scripts/install_pulseaudio_sources_apt.sh View File


scripts/install_pulseaudio_sources_wrapper.sh → scripts/install_pulseaudio_sources_apt_wrapper.sh View File

@ -28,7 +28,7 @@ PULSE_DIR=$HOME/pulseaudio.src
# Absolute path to the script we're wrapping. This picks it up from # Absolute path to the script we're wrapping. This picks it up from
# the same directory this file is in # the same directory this file is in
WRAPPED_SCRIPT=$(cd $(dirname $0) && pwd)/install_pulseaudio_sources.sh
WRAPPED_SCRIPT=$(cd $(dirname $0) && pwd)/install_pulseaudio_sources_apt.sh
# The buildroot directory. Choose fast, temporary storage if available # The buildroot directory. Choose fast, temporary storage if available
BUILDROOT=/var/lib/pa-build/$USER BUILDROOT=/var/lib/pa-build/$USER

Loading…
Cancel
Save