diff options
author | François Andriot <albator78@libertysurf.fr> | 2016-09-12 20:37:29 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2016-09-12 20:37:29 +0200 |
commit | daed33e25113e067e92a03dce0e5a21b06d4d92b (patch) | |
tree | c5b2da6f0af3ac895b16af838fa404dc0d7d1d04 | |
parent | e86615b8a5c7b56cf704270a98610a8fd5bbb1e4 (diff) | |
download | tde-packaging-daed33e25113e067e92a03dce0e5a21b06d4d92b.tar.gz tde-packaging-daed33e25113e067e92a03dce0e5a21b06d4d92b.zip |
RPM packaging: fix kxmleditor build on OBS (again)
-rw-r--r-- | redhat/applications/kxmleditor/kxmleditor.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redhat/applications/kxmleditor/kxmleditor.spec b/redhat/applications/kxmleditor/kxmleditor.spec index 3f204e4e3..edb69dbf9 100644 --- a/redhat/applications/kxmleditor/kxmleditor.spec +++ b/redhat/applications/kxmleditor/kxmleditor.spec @@ -137,7 +137,7 @@ export PATH="%{tde_bindir}:${PATH}" # Updates applications categories for openSUSE %if 0%{?suse_version} -%suse_update_desktop_file -G "XML Editor" -r "%{tde_datadir}/applnk/Applications/kxmleditor.desktop" Utility Editor +%suse_update_desktop_file -G "XML Editor" -r "%{buildroot}%{tde_datadir}/applnk/Applications/kxmleditor.desktop" Utility Editor %endif |