diff options
-rw-r--r-- | packaging/hal-rootstrap-data-common.spec | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/packaging/hal-rootstrap-data-common.spec b/packaging/hal-rootstrap-data-common.spec index 102bc61..0cf6ae7 100644 --- a/packaging/hal-rootstrap-data-common.spec +++ b/packaging/hal-rootstrap-data-common.spec @@ -209,15 +209,14 @@ mkdir -p %{buildroot}/tmp ls -al cp -R ./rs_resource %{buildroot}/tmp %if "%{tizen_profile_name}" == "tv" || "%{mv_prj}" == "1" -rm -f %{buildroot}/tmp/common/OSS/baserpm/glibc-rs.xml -rm -f %{buildroot}/tmp/common/NativeAPI/capi-system-peripheral-io-rs.xml -rm -f %{buildroot}/tmp/common/HAL/hal-api-bluetooth-rs.xml -rm -f %{buildroot}/tmp/common/HAL/hal-api-location-rs.xml -rm -f %{buildroot}/tmp/common/HAL/hal-api-power-rs.xml -rm -f %{buildroot}/tmp/common/HAL/hal-api-radio-rs.xml -rm -f %{buildroot}/tmp/common/HAL/hal-api-uwb-rs.xml -rm -f %{buildroot}/tmp/common/HAL/hal-api-wifi-rs.xml -rm -f %{buildroot}/tmp/common/HAL/hal-api-zigbee-rs.xml +rm -f %{buildroot}/tmp/rs_resource/common/NativeAPI/capi-system-peripheral-io-rs.xml +rm -f %{buildroot}/tmp/rs_resource/common/HAL/hal-api-bluetooth-rs.xml +rm -f %{buildroot}/tmp/rs_resource/common/HAL/hal-api-location-rs.xml +rm -f %{buildroot}/tmp/rs_resource/common/HAL/hal-api-power-rs.xml +rm -f %{buildroot}/tmp/rs_resource/common/HAL/hal-api-radio-rs.xml +rm -f %{buildroot}/tmp/rs_resource/common/HAL/hal-api-uwb-rs.xml +rm -f %{buildroot}/tmp/rs_resource/common/HAL/hal-api-wifi-rs.xml +rm -f %{buildroot}/tmp/rs_resource/common/HAL/hal-api-zigbee-rs.xml %endif %files |