From c2bc5fda1c0adf872d59ce8d25f0159b69ea5829 Mon Sep 17 00:00:00 2001 From: Denis Knauf Date: Fri, 2 Oct 2015 00:00:49 +0200 Subject: [PATCH] sslmake: multiarch --- packages/app-crypt/sslmake/sslmake-scm.exheres-0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/app-crypt/sslmake/sslmake-scm.exheres-0 b/packages/app-crypt/sslmake/sslmake-scm.exheres-0 index 0807f72..fcdc8e3 100644 --- a/packages/app-crypt/sslmake/sslmake-scm.exheres-0 +++ b/packages/app-crypt/sslmake/sslmake-scm.exheres-0 @@ -18,6 +18,6 @@ DEPENDENCIES=" " src_install() { - emake install PREFIX=/usr D="${IMAGE}" + emake install PREFIX=/usr/$(exhost --target) D="${IMAGE}" }