Run apply-peripheral-io-perms with predefined $PATH 55/290355/2
authorKarol Lewandowski <k.lewandowsk@samsung.com>
Thu, 23 Mar 2023 11:12:31 +0000 (12:12 +0100)
committerKarol Lewandowski <k.lewandowsk@samsung.com>
Thu, 23 Mar 2023 11:17:10 +0000 (12:17 +0100)
Be sure what tools we actually call.

Change-Id: I97a790b30c82661585809a99548aea780158fafd

packaging/apply-peripheral-io-perms
packaging/capi-system-peripheral-io.spec

index 6729982..0fbc2b0 100644 (file)
@@ -1,5 +1,7 @@
 #!/bin/sh
 
+export PATH="/bin:/sbin"
+
 [ $# -lt 2 ] && exit 1
 
 DIR="$1"
index fd4cd35..8ff648b 100644 (file)
@@ -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