From f029f2a2f2e50aed2772211a246adfac40a3c407 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Fri, 3 Feb 2017 04:52:15 +0100 Subject: [PATCH] testing/yarn: fix merge-typo in abuild --- testing/yarn/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/yarn/APKBUILD b/testing/yarn/APKBUILD index 5564c76267d..d5340bfe095 100644 --- a/testing/yarn/APKBUILD +++ b/testing/yarn/APKBUILD @@ -9,7 +9,7 @@ arch="noarch" license="BSD-2" depends="nodejs" source="https://yarnpkg.com/downloads/$pkgver/$pkgname-v$pkgver.tar.gz - add-apk-install-method.patch" + add-apk-install-method.patch remove-support-for-legacy-nodejs.patch" builddir="$srcdir/dist"