diff options
Diffstat (limited to 'redhat/applications/yakuake/yakuake-14.0.0.spec')
-rw-r--r-- | redhat/applications/yakuake/yakuake-14.0.0.spec | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/redhat/applications/yakuake/yakuake-14.0.0.spec b/redhat/applications/yakuake/yakuake-14.0.0.spec index 50b4d4848..910f39f27 100644 --- a/redhat/applications/yakuake/yakuake-14.0.0.spec +++ b/redhat/applications/yakuake/yakuake-14.0.0.spec @@ -23,6 +23,11 @@ %define _docdir %{tde_tdedocdir} +# If TDE is built in a specific prefix (e.g. /opt/trinity), the release will be suffixed with ".opt". +%if "%{?tde_prefix}" != "/usr" +%define _variant .opt +%endif + Name: trinity-%{tde_pkg} Summary: Yakuake is a Quake-style terminal emulator based on TDE Konsole technology. |