From c285b9ef64a15ae8240b7a548ca010c3cb1ef9be Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Thu, 23 Feb 2023 20:41:27 +0100 Subject: [PATCH] ice-ssb: fix build --- srcpkgs/ice-ssb/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ice-ssb/template b/srcpkgs/ice-ssb/template index d62177d2c6a..d869defeb16 100644 --- a/srcpkgs/ice-ssb/template +++ b/srcpkgs/ice-ssb/template @@ -16,5 +16,5 @@ post_extract() { } do_install() { - vcopy usr usr + vcopy usr . }