diff options
Diffstat (limited to 'nx-libs.spec')
-rw-r--r-- | nx-libs.spec | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nx-libs.spec b/nx-libs.spec index 585ddd1eb..03a3815aa 100644 --- a/nx-libs.spec +++ b/nx-libs.spec @@ -459,6 +459,10 @@ rm -r %{buildroot}%{_includedir}/nx-X11/Xtrans #Remove our shared libraries' .la files before wrapping up the packages rm %{buildroot}%{_libdir}/*.la +#FIXME: leaving nxdialog integration to Ionic +rm -f %{buildroot}%{_bindir}/nxdialog +rm -f %{buildroot}%{_datadir}/man/man1/nxdialog.1* + %if 0%{?fdupes:1} %fdupes %{buildroot}%{_prefix} %endif |