From 34581366ec872ed142d1d39a9e6ecfa2799b4362 Mon Sep 17 00:00:00 2001 From: Ypnose Date: Fri, 5 Sep 2014 17:27:45 +0000 Subject: [PATCH] Put .mkshrc in the right place (functions, aliases) --- srcpkgs/mksh/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/mksh/template b/srcpkgs/mksh/template index a5911261986..f04cd82d378 100644 --- a/srcpkgs/mksh/template +++ b/srcpkgs/mksh/template @@ -1,7 +1,7 @@ # Template file for 'mksh' pkgname=mksh version=R50b -revision=1 +revision=2 wrksrc=mksh register_shell="/bin/mksh" short_desc="The MirBSD Korn Shell" @@ -18,6 +18,6 @@ do_build() { do_install() { vbin mksh vman mksh.1 - vinstall dot.mkshrc 644 usr/share/doc/$pkgname/examples + vinstall dot.mkshrc 644 etc/skel .mkshrc vlicense ${FILESDIR}/TaC-mksh.txt }