From 72a341bac5901422bd1172b5f4a4ef89c3b6f22c Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 5 Apr 2013 17:59:20 +0200 Subject: [PATCH] mksh: install to /usr (/bin /sbin are symlinks to /usr/{bin,sbin}). --- srcpkgs/mksh/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/mksh/template b/srcpkgs/mksh/template index 576217ac5fb..ad23b8a26ea 100644 --- a/srcpkgs/mksh/template +++ b/srcpkgs/mksh/template @@ -1,7 +1,7 @@ # Template file for 'mksh' pkgname=mksh version=R44 -revision=2 +revision=3 register_shell="/bin/mksh" short_desc="The Mir Korn SHell" maintainer="pancake " @@ -16,6 +16,6 @@ do_build() { } do_install() { - vinstall ${wrksrc}/mksh 755 bin + vinstall ${wrksrc}/mksh 755 usr/bin vinstall ${wrksrc}/mksh.1 644 usr/share/man/man1 }