llvm-libunwind: fix indent lints, add license

This commit is contained in:
Michael Gehring 2017-07-16 15:18:31 +00:00
parent 4f820e29fc
commit 22a50a0501
1 changed files with 3 additions and 2 deletions

View File

@ -15,8 +15,9 @@ distfiles="http://www.llvm.org/releases/${version}/libunwind-${version}.src.tar.
checksum=3b072e33b764b4f9b5172698e080886d1f4d606531ab227772a7fc08d6a92555
post_install() {
vmkdir usr/include
vcopy include/* usr/include
vmkdir usr/include
vcopy include/* usr/include
vlicense LICENSE.TXT LICENSE
}
llvm-libunwind-devel_package() {