diff options
Diffstat (limited to 'redhat/extras/trinity-filesystem/trinity-filesystem.spec')
-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} |