From db61df52fbea8d8d78a76f1c4e47cb395ea52711 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Wed, 13 May 2015 20:47:58 +0200 Subject: [PATCH] kona: typo. --- srcpkgs/kona/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/kona/template b/srcpkgs/kona/template index 41a86d0602..4c416570d0 100644 --- a/srcpkgs/kona/template +++ b/srcpkgs/kona/template @@ -11,7 +11,7 @@ distfiles="https://github.com/kevinlawler/${pkgname}/archive/Win.${version}-64.t checksum=91b580b1d5cca761b08e27ada02a5bb491552f84054aad89d31aaca8081ee725 post_extract() { - sed-i '/netdb.h/a#include ' src/incs.h + sed -i '/netdb.h/a#include ' src/incs.h } do_build() {