From e2249c1f7044c4e528c3c2fb008e894d659a83d9 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Thu, 21 Aug 2014 18:07:02 +0200 Subject: [PATCH] ksh: make no assumptions about architecture --- srcpkgs/ksh/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/ksh/template b/srcpkgs/ksh/template index 52d42ff513..eb88ee81af 100644 --- a/srcpkgs/ksh/template +++ b/srcpkgs/ksh/template @@ -2,7 +2,7 @@ pkgname=ksh version=2012.08.01 _debpkgver=93u+20120801 -revision=1 +revision=2 wrksrc=${pkgname}-${_debpkgver} register_shell="/bin/ksh" short_desc="AT&T's Korn shell (ksh93)" @@ -22,7 +22,7 @@ do_build() { } do_install() { - cd arch/linux* + cd arch/*/ vbin bin/ksh ln -s ksh ${DESTDIR}/usr/bin/ksh93 vbin bin/shcomp