mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 16:02:55 +02:00
Put .mkshrc in the right place (functions, aliases)
This commit is contained in:
parent
a59d9f16ec
commit
34581366ec
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'mksh'
|
# Template file for 'mksh'
|
||||||
pkgname=mksh
|
pkgname=mksh
|
||||||
version=R50b
|
version=R50b
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc=mksh
|
wrksrc=mksh
|
||||||
register_shell="/bin/mksh"
|
register_shell="/bin/mksh"
|
||||||
short_desc="The MirBSD Korn Shell"
|
short_desc="The MirBSD Korn Shell"
|
||||||
|
@ -18,6 +18,6 @@ do_build() {
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin mksh
|
vbin mksh
|
||||||
vman mksh.1
|
vman mksh.1
|
||||||
vinstall dot.mkshrc 644 usr/share/doc/$pkgname/examples
|
vinstall dot.mkshrc 644 etc/skel .mkshrc
|
||||||
vlicense ${FILESDIR}/TaC-mksh.txt
|
vlicense ${FILESDIR}/TaC-mksh.txt
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue