summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorYunhee Seo <yuni.seo@samsung.com>2024-04-08 12:26:21 +0900
committerYunhee Seo <yuni.seo@samsung.com>2024-04-08 12:26:21 +0900
commit79466929b5ddaff25061632bbdaf885130fba832 (patch)
tree75b1394eeccee137ad15ed39556248139915ea90 /packaging
parentef54afc505f46ed330c515c50070d3848aff4cb6 (diff)
downloaddevice-79466929b5ddaff25061632bbdaf885130fba832.tar.gz
device-79466929b5ddaff25061632bbdaf885130fba832.tar.bz2
device-79466929b5ddaff25061632bbdaf885130fba832.zip
Change header file installation path
Actually, the path of hal module interface and header files should be under the "/usr/include/hal/" path, not "/usr/include/hal/device". Thus, change the header file path from "/hal/device" to "/hal". Change-Id: I70dc56ee692b40838b8aafacc78c9ddea81d6e51 Signed-off-by: Yunhee Seo <yuni.seo@samsung.com>
Diffstat (limited to 'packaging')
-rw-r--r--packaging/hal-api-device.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/hal-api-device.spec b/packaging/hal-api-device.spec
index 48e24a4..5b28b1d 100644
--- a/packaging/hal-api-device.spec
+++ b/packaging/hal-api-device.spec
@@ -59,7 +59,7 @@ MAJORVER=`echo %{version} | awk 'BEGIN {FS="."}{print $1}'`
%files devel
%manifest %{name}.manifest
%license LICENSE.Apache-2.0
-%{_includedir}/hal/device/hal-*.h
+%{_includedir}/hal/hal-*.h
%{_libdir}/pkgconfig/*.pc
%{_libdir}/hal/libhal-api-device.so