From: Karol Lewandowski Date: Thu, 23 Mar 2023 11:12:31 +0000 (+0100) Subject: Run apply-peripheral-io-perms with predefined $PATH X-Git-Tag: accepted/tizen/unified/20230325.044635~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=aa157fa07f5e12a149bde5eac640f8e23b8ceb03;p=platform%2Fcore%2Fapi%2Fperipheral-io.git Run apply-peripheral-io-perms with predefined $PATH Be sure what tools we actually call. Change-Id: I97a790b30c82661585809a99548aea780158fafd --- diff --git a/packaging/apply-peripheral-io-perms b/packaging/apply-peripheral-io-perms index 6729982..0fbc2b0 100644 --- a/packaging/apply-peripheral-io-perms +++ b/packaging/apply-peripheral-io-perms @@ -1,5 +1,7 @@ #!/bin/sh +export PATH="/bin:/sbin" + [ $# -lt 2 ] && exit 1 DIR="$1" diff --git a/packaging/capi-system-peripheral-io.spec b/packaging/capi-system-peripheral-io.spec index fd4cd35..8ff648b 100644 --- a/packaging/capi-system-peripheral-io.spec +++ b/packaging/capi-system-peripheral-io.spec @@ -1,6 +1,6 @@ Name: capi-system-peripheral-io Summary: Tizen Peripheral Input & Output library -Version: 0.4.0 +Version: 0.4.1 Release: 0 Group: System & System Tools License: Apache-2.0