From a1f297d6074ca213ff08fb00826607537a804bf8 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 14 Feb 2014 11:01:40 +0100 Subject: [PATCH] chroot-file: repair cross build. --- srcpkgs/chroot-file/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/chroot-file/template b/srcpkgs/chroot-file/template index d433eb2f67..83521e8536 100644 --- a/srcpkgs/chroot-file/template +++ b/srcpkgs/chroot-file/template @@ -25,7 +25,7 @@ pre_configure() { # Build host file first. CC= CFLAGS= LDFLAGS= AR= RANLIB= ./configure make ${makejobs} - install -Dm755 $(find -type f -name file) hostbin/file + install -Dm755 src/file ${wrksrc}/hostbin/file make distclean fi }