From 28e68c78e293fd04ca7929df370e69ad57185b53 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Mon, 9 Oct 2017 01:26:50 +0000 Subject: [PATCH] squeak: use vlicense --- srcpkgs/squeak/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/squeak/template b/srcpkgs/squeak/template index ea383891d48..f4a49e3f913 100644 --- a/srcpkgs/squeak/template +++ b/srcpkgs/squeak/template @@ -17,5 +17,5 @@ distfiles="http://squeakvm.org/unix/release/Squeak-${version}-src.tar.gz" checksum=3db6d12ea223e5bc49f52af7f6f832e383a3a006a53bc8a87f6469e1af5dfc2e post_install() { - vinstall unix/doc/LICENSE 644 usr/share/licenses/${pkgname} + vlicense unix/doc/LICENSE }