From 0a69bbf3fafe505f2d2baf538076d6862a3f35e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Tempel?= <soeren+git@soeren-tempel.net> Date: Wed, 25 Jul 2018 00:04:00 +0200 Subject: [PATCH] community/restic: move from testing Also fix the default_prepare invocation while at it. Applying patches wouldn't have worked previously, which isn't a big deal since we didn't apply any patches anyhow. --- {testing => community}/restic/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename {testing => community}/restic/APKBUILD (100%) diff --git a/testing/restic/APKBUILD b/community/restic/APKBUILD similarity index 100% rename from testing/restic/APKBUILD rename to community/restic/APKBUILD index 4056aa80be7f..6a7e1254bc96 100644 --- a/testing/restic/APKBUILD +++ b/community/restic/APKBUILD @@ -20,9 +20,9 @@ builddir="$srcdir/src/github.com/$pkgname/$pkgname" export GOPATH="$srcdir" prepare() { - default_prepare mkdir -p "${builddir%/*}" ln -s "$srcdir"/$pkgname-$pkgver "$builddir" + default_prepare } build() { -- GitLab