Browse Source

fix[install_pulseaudio_sources_apt_wrapper.sh]: pulseaudio sources will be placed at root of this repo

custom
Dennis Buchhorn 1 year ago
parent
commit
ab6f1639c3
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      scripts/install_pulseaudio_sources_apt_wrapper.sh

+ 3
- 1
scripts/install_pulseaudio_sources_apt_wrapper.sh View File

@ -37,9 +37,11 @@
# ---------------------------------------------------------------------------
# G L O B A L S
# ---------------------------------------------------------------------------
REPO_ROOT_PATH="$(realpath $(dirname "$0")/..)"
# Where the output files are going
PULSE_DIRNAME=pulseaudio.src
PULSE_DIR=$HOME/$PULSE_DIRNAME
PULSE_DIR=$REPO_ROOT_PATH/$PULSE_DIRNAME
# Absolute path to the script we're wrapping. This picks it up from
# the same directory this file is in


Loading…
Cancel
Save