From f0ca8881122ab1282f0dbd11348952091d68a6a4 Mon Sep 17 00:00:00 2001 From: James <16641-drjhe@users.noreply.gitlab.freedesktop.org> Date: Fri, 19 Feb 2021 20:23:35 +0000 Subject: [PATCH] PATH not needed for run-pulse --- Makefile.in | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index e068c633b..dd64f8029 100644 --- a/Makefile.in +++ b/Makefile.in @@ -22,7 +22,6 @@ run: all run-pulse: all SPA_PLUGIN_DIR=@BUILD_ROOT@/spa/plugins \ PIPEWIRE_MODULE_DIR=@BUILD_ROOT@/src/modules/ \ - PATH=@BUILD_ROOT@/src/examples:$(PATH) \ PIPEWIRE_CONFIG_DIR=@BUILD_ROOT@/src/daemon/ \ ACP_PATHS_DIR=@SOURCE_ROOT@/spa/plugins/alsa/mixer/paths \ ACP_PROFILES_DIR=@SOURCE_ROOT@/spa/plugins/alsa/mixer/profile-sets \