summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index abdfacb114ef..12726c22757f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=conoha-iso
pkgname=${_pkgname}-git
pkgver=0.4.3.r74.gc5bb13a
-pkgrel=1
+pkgrel=2
pkgdesc="ISO image management tool for ConoHa"
arch=(x86_64)
url="https://github.com/hironobu-s/conoha-iso"
@@ -34,4 +34,5 @@ build() {
package() {
cd gopath/src/github.com/$_pkgname/$_pkgname
install -Dm755 bin/linux/conoha-iso $pkgdir/usr/bin/conoha-iso
+ install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
}