diff options
author | Nam KwanWoo <kw46.nam@samsung.com> | 2013-10-08 11:20:23 +0900 |
---|---|---|
committer | Nam KwanWoo <kw46.nam@samsung.com> | 2013-10-08 11:20:23 +0900 |
commit | 232ef950386b65ca1b9c6220c7735cf0146cd0c2 (patch) | |
tree | e56eeeedba3306f1cf3721e5505c7c4844e328e7 | |
parent | 13bea142ffce4b9e3be996884f237f9f93272e2b (diff) | |
download | system-plugin-mount-232ef950386b65ca1b9c6220c7735cf0146cd0c2.tar.gz system-plugin-mount-232ef950386b65ca1b9c6220c7735cf0146cd0c2.tar.bz2 system-plugin-mount-232ef950386b65ca1b9c6220c7735cf0146cd0c2.zip |
add license file
Change-Id: Ie879c9fa37579029a0e27b8135c41122d8c3e05d
-rwxr-xr-x | packaging/system-plugin-slp.spec | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packaging/system-plugin-slp.spec b/packaging/system-plugin-slp.spec index e8cebb2..f9f03dd 100755 --- a/packaging/system-plugin-slp.spec +++ b/packaging/system-plugin-slp.spec @@ -39,6 +39,9 @@ ln -s ../resize2fs-root.service %{buildroot}/%{_libdir}/systemd/system/local-fs. mkdir -p %{buildroot}/lib/modules +mkdir -p %{buildroot}/usr/share/license +cp -f LICENSE %{buildroot}/usr/share/license/%{name} + %files /bin/with-dev-root-do /etc/fstab @@ -56,3 +59,4 @@ mkdir -p %{buildroot}/lib/modules /usr/lib/systemd/system/local-fs.target.wants/*.mount /usr/lib/systemd/system/local-fs.target.wants/resize2fs-root.service /lib/modules +/usr/share/license/%{name} |