mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/mksh to R46-2
This commit is contained in:
parent
e86dcdd3d0
commit
68e6abc804
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue