From 6fb0cd964f5c61ce6e4b2418bad5767047632ba7 Mon Sep 17 00:00:00 2001 From: B Stack Date: Thu, 6 Sep 2018 08:45:01 -0400 Subject: fix part 5 --- veracrypt/veracrypt.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'veracrypt') diff --git a/veracrypt/veracrypt.spec b/veracrypt/veracrypt.spec index c850fc4..0d9ef35 100644 --- a/veracrypt/veracrypt.spec +++ b/veracrypt/veracrypt.spec @@ -149,11 +149,11 @@ fi %endif %{__install} -d "%{buildroot}%{_docdir}/%{name}" %if !0%{?doc_license} -%{__install} -m 0644 %{srcdir}/License.txt "%{buildroot}%{_docdir}/%{name}" +%{__install} -m 0644 %{srcdir}/License.txt "%{buildroot}%{doctarget}" %endif %{__install} -d "%{buildroot}%{_datadir}/applications" "%{buildroot}%{_datadir}/pixmaps" %{__install} %{srcdir}/Setup/Linux/%{name}.desktop "%{buildroot}%{_datadir}/applications" -%{__install} %{srcdir}/Resources/Icons/VeraCrypt-256x256.xpm "%{buildroot}%{_datadir}/pixmaps/veracrypt.xpm" +%{__install} %{srcdir}/Resources/Icons/%{pname}-256x256.xpm "%{buildroot}%{_datadir}/pixmaps/%{name}.xpm" # cleanup -- cgit