From 961a2bb0809c2cc9775cfcc76d20cc8411ae2434 Mon Sep 17 00:00:00 2001 From: Carlo Landmeter Date: Wed, 29 Apr 2015 13:42:58 +0200 Subject: [PATCH] main/wipe: add mising linux-headers --- main/wipe/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/wipe/APKBUILD b/main/wipe/APKBUILD index 68163531c60..de8ac55631b 100644 --- a/main/wipe/APKBUILD +++ b/main/wipe/APKBUILD @@ -9,7 +9,7 @@ arch="all" license="GPL2" depends="" depends_dev="" -makedepends="$depends_dev" +makedepends="$depends_dev linux-headers" install="" subpackages="" source="http://lambda-diode.com/resources/wipe/wipe-$pkgver.tar.gz"