diff options
author | François Andriot <albator78@libertysurf.fr> | 2015-07-22 21:26:05 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2015-07-22 21:26:05 +0200 |
commit | f490f5210b1597b85d66ae1fd54a51bdab7ca779 (patch) | |
tree | dccb24a2e302a13c2332d330578ad97e5eecc63a /redhat/main/tdegames | |
parent | 3691b7f09c6fe434f1fedec711520e4b8dab37a0 (diff) | |
download | tde-packaging-f490f5210b1597b85d66ae1fd54a51bdab7ca779.tar.gz tde-packaging-f490f5210b1597b85d66ae1fd54a51bdab7ca779.zip |
RPM Packaging: massive updates for R14.0.1
Diffstat (limited to 'redhat/main/tdegames')
-rw-r--r-- | redhat/main/tdegames/tdegames-14.0.0.spec | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/redhat/main/tdegames/tdegames-14.0.0.spec b/redhat/main/tdegames/tdegames-14.0.0.spec index 2b6f5fe05..1d4ccca19 100644 --- a/redhat/main/tdegames/tdegames-14.0.0.spec +++ b/redhat/main/tdegames/tdegames-14.0.0.spec @@ -27,6 +27,7 @@ %define tde_pkg tdegames %define tde_prefix /opt/trinity %define tde_bindir %{tde_prefix}/bin +%define tde_confdir %{_sysconfdir}/trinity %define tde_datadir %{tde_prefix}/share %define tde_docdir %{tde_datadir}/doc %define tde_includedir %{tde_prefix}/include @@ -905,7 +906,7 @@ This package is part of Trinity, and a component of the TDE games module. %files -n trinity-kolf %defattr(-,root,root,-) -%{tde_datadir}/config/magic/kolf.magic +%{tde_confdir}/magic/kolf.magic %{tde_datadir}/apps/kolf/ %{tde_bindir}/kolf %{tde_tdeappdir}/kolf.desktop @@ -1568,6 +1569,7 @@ update-desktop-database %{tde_datadir}/applications > /dev/null 2>&1 || : unset QTDIR QTINC QTLIB export PATH="%{tde_bindir}:${PATH}" export TDEDIR="%{tde_prefix}" +export kde_confdir="%{tde_confdir}" # Specific path for RHEL4 if [ -d "/usr/X11R6" ]; then |