summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorstardust952019-10-25 18:40:15 +0200
committerstardust952019-10-25 18:40:15 +0200
commit210a38e267fd980fb5bdde059301ef77b6e6e54b (patch)
tree6eef6a3ca0f8c0346a147bad373420e7f539ac18 /PKGBUILD
parent7ed6f4a0c248799bdab3d0563f7486d33f00f54b (diff)
downloadaur-210a38e267fd980fb5bdde059301ef77b6e6e54b.tar.gz
Initial commit
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9d2cdd8734f0..aa6611b52d8c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc="Datafiles for Le Biniou. - a selection of free colormaps - a selection of images to start with Le Biniou"
arch=('any')
url="https://biniou.net"
-license=('gpl2+')
+license=('GPL2+')
groups=('')
options=('!strip' '!emptydirs')
source=("http://ftp.fr.debian.org/debian/pool/main/l/lebiniou-data/lebiniou-data_3.28-2_all.deb")
@@ -17,7 +17,6 @@ package(){
# Extract package data
tar xf data.tar.xz -C "${pkgdir}"
-
- install -D -m644 "/usr/share/doc/lebiniou-data/copyright" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+ install -D -m644 "${pkgdir}/usr/share/doc/lebiniou-data/copyright" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}