summaryrefslogtreecommitdiffstats
path: root/redhat
diff options
context:
space:
mode:
authorFrançois Andriot <albator78@libertysurf.fr>2014-10-05 22:18:07 +0200
committerFrançois Andriot <albator78@libertysurf.fr>2014-10-05 22:18:07 +0200
commitacfd3fe1f272114ac7567c00571f9d999fa7144d (patch)
tree1c0f4bed85486776764849ad758b1bf96beca3b5 /redhat
parentef99bab0f88b20a4e8d7bd88caf9b61ef28dc273 (diff)
downloadtde-packaging-acfd3fe1f272114ac7567c00571f9d999fa7144d.tar.gz
tde-packaging-acfd3fe1f272114ac7567c00571f9d999fa7144d.zip
RPM Packaging: update tdebase
Diffstat (limited to 'redhat')
-rw-r--r--redhat/tdebase/tdebase-14.0.0.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/redhat/tdebase/tdebase-14.0.0.spec b/redhat/tdebase/tdebase-14.0.0.spec
index ba819450f..f5e7e9ad3 100644
--- a/redhat/tdebase/tdebase-14.0.0.spec
+++ b/redhat/tdebase/tdebase-14.0.0.spec
@@ -3651,11 +3651,11 @@ cat << EOF > "%{buildroot}%{_sysconfdir}/logrotate.d/tdm"
}
EOF
-# Move faces icon to XDG directory
+# Move faces icon to XDG directory '/usr/share/faces'
if [ ! -d "%{?buildroot}%{_datadir}/faces" ]; then
%__mkdir_p "%{?buildroot}%{_datadir}/faces"
%__mv -f "%{?buildroot}%{tde_datadir}/apps/tdm/pics/users/"* "%{?buildroot}%{_datadir}/faces"
- %__rmdir "%{?buildroot}%{tde_datadir}/apps/tdm/pics/users/"
+ rmdir "%{?buildroot}%{tde_datadir}/apps/tdm/pics/users/"
%__ln_s "%{_datadir}/faces" "%{?buildroot}%{tde_datadir}/apps/tdm/pics/users"
fi