From 94fe74e5063e362f17811a04253c0d7f3635e921 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Mon, 24 Oct 2022 08:47:24 +0700 Subject: [PATCH] chuck: fix build after auto-create_wrksrc --- srcpkgs/chuck/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/chuck/template b/srcpkgs/chuck/template index 5e9510c4b16..17b7c58d372 100644 --- a/srcpkgs/chuck/template +++ b/srcpkgs/chuck/template @@ -2,6 +2,7 @@ pkgname=chuck version=1.4.1.1 revision=1 +create_wrksrc=yes build_wrksrc=src build_style=gnu-makefile make_use_env=yes @@ -18,6 +19,7 @@ checksum=4459ee6f151da72dcde1525e0afe05329d61086356b168ecfc0bc3a570290f63 post_extract() { + mv chuck-${version}/* . # use CC, CXX and LD from environment vsed -e '/^CC=/d' -e '/^CXX=/d' -e '/^LD=/d' -i src/makefile -i src/core/makefile # fix parallel builds for make in sub directories