mirror of
https://gitlab.freedesktop.org/pipewire/media-session.git
synced 2025-12-20 04:10:02 +01:00
media-session-uninstalled: rename SCRIPT_DIR to SOURCEDIR
This matches WirePlumber commit e9b1ab41e
This commit is contained in:
parent
e84449d743
commit
b3b43f4ae2
1 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
set -e
|
||||
|
||||
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
|
||||
SOURCEDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
|
||||
|
||||
while getopts ":b:v:" opt; do
|
||||
case ${opt} in
|
||||
|
|
@ -25,7 +25,7 @@ while getopts ":b:v:" opt; do
|
|||
done
|
||||
|
||||
if [ -z "${BUILDDIR}" ]; then
|
||||
BUILDDIR=${SCRIPT_DIR}/builddir
|
||||
BUILDDIR=${SOURCEDIR}/builddir
|
||||
echo "Using default build directory: ${BUILDDIR}"
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue