This commit is contained in:
Jack L. Frost 2016-04-01 13:38:13 +03:00
parent b32d5be3ea
commit f3ef3ca5b8
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ depends=( 'subversion' 'curl' 'bash' 'jshon' )
source=( "https://git.fleshless.org/prm/snapshot/prm-$pkgver.tar.gz" )
package() {
cd "$srcdir/$pkgname-v$pkgver"
cd "$srcdir/$pkgname-$pkgver"
install -Dm755 prm "${pkgdir}/usr/bin/prm"
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}