From 08543384f101e95d07eb041e074fe9e5d009c2e2 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 1 May 2020 11:05:08 +0200 Subject: [PATCH] uninstalled: symlinks are not needed anymore --- pw-uninstalled.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pw-uninstalled.sh b/pw-uninstalled.sh index 67f829bdc..c1af6bbcd 100755 --- a/pw-uninstalled.sh +++ b/pw-uninstalled.sh @@ -21,12 +21,6 @@ while getopts ":b:v:" opt; do esac done -if [ ! -z "${VERSION}" ]; then - ln -frs ${BUILDDIR}/pipewire-pulseaudio/src/libpulse-pw.so.${VERSION} ${BUILDDIR}/pipewire-pulseaudio/src/libpulse.so.0 - ln -frs ${BUILDDIR}/pipewire-pulseaudio/src/libpulse-mainloop-glib-pw.so.${VERSION} ${BUILDDIR}/pipewire-pulseaudio/src/libpulse-mainloop-glib.so.0 - ln -frs ${BUILDDIR}/pipewire-jack/src/libjack-pw.so.${VERSION} ${BUILDDIR}/pipewire-jack/src/libjack.so.0 -fi - if [ -z "${BUILDDIR}" ]; then BUILDDIR=${PWD}/build echo "Using default build directory: ${BUILDDIR}"