summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRaansu2018-05-17 16:27:03 -0700
committerRaansu2018-05-17 16:27:03 -0700
commit17679eefba04691d3619fdd6f8a1e6e16a686fec (patch)
tree75461e1c503c9162ecfd41efef5723f29eba924a /PKGBUILD
parent4898e4aef885c98229c8b4e6ccdb424e41d0b588 (diff)
downloadaur-17679eefba04691d3619fdd6f8a1e6e16a686fec.tar.gz
Fix issue with copying license
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 17941cc72feb..2a11947eb2fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,6 +20,7 @@ package() {
install -Dm755 rclone "$pkgdir/usr/bin/rclone"
+ install -Dm644 rclone.COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
install -Dm644 rclone.1 "$pkgdir/usr/share/man/man1/rclone.1"
install -d "$pkgdir/usr/share/doc/$pkgname"
install -t "$pkgdir/usr/share/doc/$pkgname" -m644 README.html README.txt