From 7cc4963958b5e861308ca6a3da60dec8f34f3ea8 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Tue, 10 Oct 2017 09:02:58 +0000 Subject: [PATCH] zip: add license --- srcpkgs/zip/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/zip/template b/srcpkgs/zip/template index 9e2987a01c8..a83b3692c8a 100644 --- a/srcpkgs/zip/template +++ b/srcpkgs/zip/template @@ -17,4 +17,5 @@ do_build() { do_install() { make PREFIX=/usr DESTDIR=${DESTDIR} -f unix/Makefile install + vlicense LICENSE }