From df2534acfc519a981e9ad4505ae2c1b48daf3a81 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Sun, 16 Jul 2017 16:04:54 +0000 Subject: [PATCH] tcllib: fix whitespace lints --- srcpkgs/tcllib/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/tcllib/template b/srcpkgs/tcllib/template index b6dd92bdcb8..8d1826d056d 100644 --- a/srcpkgs/tcllib/template +++ b/srcpkgs/tcllib/template @@ -14,6 +14,6 @@ homepage="http://core.tcl.tk/tcllib/" distfiles="https://github.com/tcltk/${pkgname}/archive/${pkgname}_${version/./_}.tar.gz" checksum=dfbe4388d161680dded6ea83ec3638afb056c76913e48d4b44165e2f5cc1a298 -post_install () { +post_install() { vlicense ./license.terms LICENSE }