diff options
author | François Andriot <[email protected]> | 2022-04-05 17:51:42 +0200 |
---|---|---|
committer | François Andriot <[email protected]> | 2022-04-05 17:56:43 +0200 |
commit | bd0c60ec54702a60bdf02a5ba965fcbe43993ca4 (patch) | |
tree | fc87c04c59d0dd6c7d10b7f0be1b7dc95fbabab4 /redhat/extras | |
parent | 2b75ee27471222a97c33dc063efdb6523bb2152e (diff) | |
download | tde-packaging-bd0c60ec54702a60bdf02a5ba965fcbe43993ca4.tar.gz tde-packaging-bd0c60ec54702a60bdf02a5ba965fcbe43993ca4.zip |
RPM: various updates for TDE 14.0.12
Signed-off-by: François Andriot <[email protected]>
Diffstat (limited to 'redhat/extras')
-rw-r--r-- | redhat/extras/trinity-filesystem/trinity-filesystem.spec | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/redhat/extras/trinity-filesystem/trinity-filesystem.spec b/redhat/extras/trinity-filesystem/trinity-filesystem.spec index 462d17b0d..5c985180c 100644 --- a/redhat/extras/trinity-filesystem/trinity-filesystem.spec +++ b/redhat/extras/trinity-filesystem/trinity-filesystem.spec @@ -62,6 +62,8 @@ This package installs the Trinity directory structure. %defattr(-,root,root,-) %dir %{tde_prefix} +%dir %{_datadir}/apps + %dir %{tde_bindir} %dir %{tde_datadir} @@ -137,6 +139,8 @@ This package installs the Trinity directory structure. %build %install +%__install -d -m 755 %{?buildroot}%{_datadir}/apps + %__install -d -m 755 %{?buildroot}%{tde_prefix} %__install -d -m 755 %{?buildroot}%{tde_bindir} |