mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 10:17:14 +08:00
ruby-docs fix #3 wrong path for LICENSE
This commit is contained in:
parent
00b20790b2
commit
6f60cce5eb
@ -2,7 +2,7 @@
|
||||
|
||||
pkgname=(ruby ruby-docs)
|
||||
pkgver=2.4.3
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
arch=('x86_64')
|
||||
url='http://www.ruby-lang.org/en/'
|
||||
license=(BSD custom)
|
||||
@ -64,7 +64,7 @@ package_ruby-docs() {
|
||||
|
||||
make DESTDIR="${pkgdir}" install-doc install-capi
|
||||
|
||||
install -D -m644 COPYING "${pkgdir}/!usr/share/licenses/ruby-docs/LICENSE"
|
||||
install -D -m644 COPYING "${pkgdir}/usr/share/licenses/ruby-docs/LICENSE"
|
||||
install -D -m644 BSDL "${pkgdir}/usr/share/licenses/ruby-docs/BSDL"
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user