diff options
author | Joonsub Lee <joon-sub.lee@samsung.com> | 2014-11-07 13:38:06 +0900 |
---|---|---|
committer | Joonsub Lee <joon-sub.lee@samsung.com> | 2014-11-07 13:38:06 +0900 |
commit | 3ac8b03f75ebf5003db6a64fac70688641ab1e96 (patch) | |
tree | 19c5756b2ccbbede54bca695089eac616906e99e /packaging | |
parent | 5b1d49c15e1c1d6a7cce8ea9c474d3bf9fd28b71 (diff) | |
download | meta-mobile-3ac8b03f75ebf5003db6a64fac70688641ab1e96.tar.gz meta-mobile-3ac8b03f75ebf5003db6a64fac70688641ab1e96.tar.bz2 meta-mobile-3ac8b03f75ebf5003db6a64fac70688641ab1e96.zip |
Modify absolute path to macrosubmit/tizen_mobile/20141110.092359accepted/tizen/mobile/20141110.104015
Change-Id: I4b0970775b7c4a00ee0a31b914a4d885a015a7eb
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/meta-mobile.spec | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/packaging/meta-mobile.spec b/packaging/meta-mobile.spec index ca4561a..ef7825a 100644 --- a/packaging/meta-mobile.spec +++ b/packaging/meta-mobile.spec @@ -21,8 +21,8 @@ make %files -%attr(644,-,-) %{_datadir}/package-groups/mobile/*.yaml -/usr/share/image-configurations/mobile/*.yaml -/usr/share/image-configurations/mobile/configs/*.yaml -/usr/share/image-configurations/mobile/scripts -/usr/share/image-configurations/mobile/partitions +%{_datadir}/package-groups/mobile/*.yaml +%{_datadir}/image-configurations/mobile/*.yaml +%{_datadir}/image-configurations/mobile/configs/*.yaml +%{_datadir}/image-configurations/mobile/scripts +%{_datadir}/image-configurations/mobile/partitions |