From 0b71e584078dbe370ed37bcc26f2815d138d28fc Mon Sep 17 00:00:00 2001 From: Jeremy Kerr Date: Thu, 27 Aug 2015 16:33:32 +0800 Subject: pb-plugin: Move plugin wrappers to a separate dir Use /var/lib/pb-plugins/bin, to prevent overwriting system binaries. Signed-off-by: Jeremy Kerr --- utils/pb-console | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/pb-console') diff --git a/utils/pb-console b/utils/pb-console index 36b9c03..5f8ffa6 100644 --- a/utils/pb-console +++ b/utils/pb-console @@ -107,7 +107,7 @@ esac # we may have been run from udev - ensure we have a sensible PATH if [ -z "$PATH" ] then - PATH=/usr/bin:/usr/sbin:/bin:/sbin + PATH=/var/lib/pb-plugins/bin:/usr/bin:/usr/sbin:/bin:/sbin fi export PATH -- cgit v1.2.1