From 0b3897af32d44a44d8aa6a5751616dc22abb3072 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Wed, 15 Oct 2014 16:36:21 +0000 Subject: patch.morph: Install binaries in default location --- strata/coreutils-common/patch.morph | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/strata/coreutils-common/patch.morph b/strata/coreutils-common/patch.morph index 65e07e67..01d977c4 100644 --- a/strata/coreutils-common/patch.morph +++ b/strata/coreutils-common/patch.morph @@ -2,7 +2,7 @@ name: patch kind: chunk configure-commands: - bash bootstrap --skip-po -- ./configure --prefix=/usr --bindir=/bin --libexecdir=/usr/sbin --disable-nls +- ./configure --prefix="$PREFIX" --disable-nls build-commands: - make install-commands: -- cgit v1.2.1