diff options
Diffstat (limited to 'veracrypt/veracrypt.spec')
-rw-r--r-- | veracrypt/veracrypt.spec | 4 |
1 files changed, 2 insertions, 2 deletions
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 |