From 514479923495c4392bbac763446b7c1ecefa8f0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Mon, 28 Sep 2020 23:38:17 -0300 Subject: [PATCH] castor: install icons and desktop file. `make copy-data` installed these files into the masterdir instead. Closes: #24806 [via git-merge-pr] --- srcpkgs/castor/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/castor/template b/srcpkgs/castor/template index 3fe72e94de3..d3e05c6a435 100644 --- a/srcpkgs/castor/template +++ b/srcpkgs/castor/template @@ -1,7 +1,7 @@ # Template file for 'castor' pkgname=castor version=0.8.16 -revision=1 +revision=2 build_style=cargo hostmakedepends="pkg-config" makedepends="atk-devel pango-devel gdk-pixbuf-devel gtk+3-devel cairo-devel libressl-devel" @@ -13,6 +13,6 @@ distfiles="https://git.sr.ht/~julienxx/castor/archive/${version}.tar.gz" checksum=50414f498c3b6232efb00e883043854517290b842e0501c1d1eccfaf78be9ae3 post_install() { - make copy-data + make PREFIX=/usr DESTDIR="${DESTDIR}" copy-data vlicense LICENSE }