From 1ee48ac168a12f0889c4e2a675b8785c0fdd19e4 Mon Sep 17 00:00:00 2001 From: Lucas Vasconcelos Date: Mon, 23 Mar 2020 22:14:43 -0300 Subject: move license to its own folder instead of storing in the licenses folder --- PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'PKGBUILD') diff --git a/PKGBUILD b/PKGBUILD index c2eb12d..7c5d1d4 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgname=quich pkgver=2.1 -pkgrel=1 +pkgrel=2 pkgdesc="Small, fast and useful calculator for your terminal with multiple functions and options." url="https://github.com/Usbac/quich" arch=('x86_64') @@ -22,5 +22,5 @@ build() { package() { install -Dm755 $pkgname-$pkgver/$pkgname $pkgdir/usr/bin/$pkgname - install -Dm644 $pkgname-$pkgver/LICENSE $pkgdir/usr/share/licenses/$pkgname + install -Dm644 $pkgname-$pkgver/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE } -- cgit v1.2.3-70-g09d2