community/mksh to R46-2

This commit is contained in:
Kevin Mihelich 2013-05-06 19:21:31 +00:00
parent e86dcdd3d0
commit 68e6abc804

View file

@ -7,7 +7,7 @@
pkgname=mksh
pkgver=R46
pkgrel=1
pkgrel=2
pkgdesc='The MirBSD Korn Shell - an enhanced version of the public domain ksh'
url='https://www.mirbsd.org/mksh.htm'
license=('custom')
@ -28,7 +28,7 @@ build() {
package() {
cd "$srcdir/$pkgname"
install -D -m 755 mksh "$pkgdir/usr/bin/mksh"
install -D -m 755 mksh "$pkgdir/bin/mksh"
install -D -m 644 mksh.1 "$pkgdir/usr/share/man/man1/mksh.1"
install -D -m 644 dot.mkshrc "$pkgdir/etc/skel/.mkshrc"
install -D -m 644 "$srcdir/TaC-mksh.txt" "$pkgdir/usr/share/licenses/mksh/TaC-mksh.txt"