Received: from mout-p-202.mailbox.org (mout-p-202.mailbox.org [80.241.56.172]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 50DD7780DEE for <~alpine/aports@lists.alpinelinux.org>; Thu, 13 Jan 2022 05:44:26 +0000 (UTC) Received: from smtp102.mailbox.org (smtp102.mailbox.org [80.241.60.233]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-202.mailbox.org (Postfix) with ESMTPS id 4JZCrv1XGgzQkj5; Thu, 13 Jan 2022 06:38:23 +0100 (CET) X-Virus-Scanned: amavisd-new at heinlein-support.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kasku.net; s=MBO0001; t=1642052301; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=x/KFwsfBs5xb622wNOt9FhkWSZmOnPUQsbrGrOM0PEY=; b=YsKUrAukKSp0exjwakjyX1wbi2jM1snn66jMGC6zndxMKitj4qDiDdEVZXEaUhaYW1F6kd p48KS39SCUxiYmjjPUfjJDx7vLmyidG2IeiCDzur7Bnf6N94FhPAiRAnrEnz6RbqL9x0i2 0TfYxp5Ga8utIS49u2K78OnL1yfA6V6knoFeAlJpLzXbi0LO0M+TpaZ5eWgfwMCVusaAUY OMg+eTJtkzjhpGVtzmn8E2zET5aSKTAhtcU9o+k4LkkZZDBH0EjjfbVtd0a9nm5P7YJywb CNXDO14qNxOg7B2mjgWwVP18+mL/b2VZVEkM9yPt9qrATxhMa1Iq7XfJOC4prQ== From: Cormac Stephenson To: ~alpine/aports@lists.alpinelinux.org Cc: Cormac Stephenson Subject: [PATCH 1/2] testing/kakoune: remove redundant builddir declaration Date: Thu, 13 Jan 2022 05:38:01 +0000 Message-Id: <20220113053801.1428-1-c7s@kasku.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit The Makefile in the top level works fine, and this way patches apply as expected. --- testing/kakoune/APKBUILD | 1 - 1 file changed, 1 deletion(-) diff --git a/testing/kakoune/APKBUILD b/testing/kakoune/APKBUILD index 73aebf23c2..df042681b6 100644 --- a/testing/kakoune/APKBUILD +++ b/testing/kakoune/APKBUILD @@ -13,7 +13,6 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/mawww/kakoune/archive/v$pkgv alpine-linux.kak " -builddir="$srcdir/$pkgname-$pkgver/src" build() { make debug=no } -- 2.34.1