projects
/
framework
/
web
/
wrt-commons.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b5d8b1
)
Update package spec file for license
author
Zbigniew Kostrzewa
<z.kostrzewa@samsung.com>
Fri, 27 Sep 2013 10:28:24 +0000
(12:28 +0200)
committer
Soo-Hyun Choi
<sh9.choi@samsung.com>
Fri, 27 Sep 2013 10:49:59 +0000
(19:49 +0900)
[Issue#] LINUXWRT-927
[Problem] Invalid/missing license file
[Cause] N/A
[Solution] Update license file
[Verification]
1. Build repository
2. Install package on DUT
3. Check whether license for this repository exists in
/usr/share/license
Change-Id: I81c17ee638219a7953407ff19b23f1c29a8347ff
packaging/wrt-commons.spec
patch
|
blob
|
history
diff --git
a/packaging/wrt-commons.spec
b/packaging/wrt-commons.spec
index
ae0845f
..
e5f4354
100644
(file)
--- a/
packaging/wrt-commons.spec
+++ b/
packaging/wrt-commons.spec
@@
-68,7
+68,7
@@
make %{?jobs:-j%jobs}
%install
mkdir -p %{buildroot}/usr/share/license
-cp
%{name} %{buildroot}/usr/share/license/
+cp
LICENSE %{buildroot}/usr/share/license/%{name}
%make_install
%clean