fix: frf2. It has no license bundled.

This commit is contained in:
Sukanka 2022-05-28 22:44:50 +08:00
parent 42ea73719e
commit fb70fa7924

View file

@ -32,6 +32,5 @@ build() {
package() { package() {
install -dm0755 "${pkgdir}/usr/lib/R/library" install -dm0755 "${pkgdir}/usr/lib/R/library"
cp -a --no-preserve=ownership "${_pkgname}" "${pkgdir}/usr/lib/R/library" cp -a --no-preserve=ownership "${_pkgname}" "${pkgdir}/usr/lib/R/library"
install -Dm644 "${_pkgname}/LICENSE" -t "${pkgdir}/usr/share/licenses/${pkgname}"
} }
# vim:set ts=2 sw=2 et: # vim:set ts=2 sw=2 et: