Received: from mout-p-101.mailbox.org (mout-p-101.mailbox.org [80.241.56.151]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id B0C7F780E87 for <~alpine/aports@lists.alpinelinux.org>; Thu, 13 Jan 2022 15:11:21 +0000 (UTC) Received: from smtp2.mailbox.org (smtp2.mailbox.org [IPv6:2001:67c:2050:105:465:1:2:0]) (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-101.mailbox.org (Postfix) with ESMTPS id 4JZSYz6ByRzQlNr; Thu, 13 Jan 2022 16:11:19 +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=1642086677; 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=f7Lz+k1o/XG/Sm4pHWYvgdc0YCbo9zARkovYmsz56LmekbxBH9kGSgZFTruu+SghUsL0gq dKbhYwPEpTC8ZW6lmK+0r4jzBypYl3A/cO6PS1IE95+FsHtgolACSp3H7pBCkH3D60bCFx b4Ohu0LT9PdG06xE8lDQombdedNe18S0/aeg5s+50I8mexxGIyvvsDU5m98KezoJqNugXq C0/ndIKHmIPvz1DO+/RModE2BrwURsINDjrA2Yji7SPKNXWSDoXelHmJjjwKcgJYRTjhxZ rcynFR3XpV9yfYN1CkPjDz550t+pC3y4q6IRonFJ80KDy+pmryPD5bPcmd6K5g== From: Cormac Stephenson To: ~alpine/aports@lists.alpinelinux.org Cc: Cormac Stephenson Subject: [PATCH v2 1/2] testing/kakoune: remove redundant builddir declaration Date: Thu, 13 Jan 2022 15:10:57 +0000 Message-Id: <20220113151057.4483-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