From 0b70828317a503c10441319fe6219912e4881479 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Sat, 15 Jul 2017 22:02:01 +0000 Subject: [PATCH] darkhttpd: add license --- srcpkgs/darkhttpd/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/darkhttpd/template b/srcpkgs/darkhttpd/template index 756c3a6c1b5..4af17040ccf 100644 --- a/srcpkgs/darkhttpd/template +++ b/srcpkgs/darkhttpd/template @@ -15,4 +15,6 @@ do_build() { } do_install() { vbin ${pkgname} + sed -n '0,/^$/p' darkhttpd.c > LICENSE + vlicense LICENSE }