diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2020-11-02 14:00:02 +0100 |
---|---|---|
committer | Ulrich Sibiller <uli42@gmx.de> | 2020-11-02 14:04:06 +0100 |
commit | dee4a560a50ca24304ee84449453ca287de4c9dd (patch) | |
tree | f70f40353de3bbde5912543e641edac9319c4548 | |
parent | 13211ec6a5060db75c93cbb4e75d017b0a49386e (diff) | |
download | nx-libs-dee4a560a50ca24304ee84449453ca287de4c9dd.tar.gz nx-libs-dee4a560a50ca24304ee84449453ca287de4c9dd.tar.bz2 nx-libs-dee4a560a50ca24304ee84449453ca287de4c9dd.zip |
fix spec file
doc file path for nxdialog was wrong
Fixes ArcticaProject/nx-libs#959
-rw-r--r-- | nx-libs.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nx-libs.spec b/nx-libs.spec index 7d7af876e..ddbc16799 100644 --- a/nx-libs.spec +++ b/nx-libs.spec @@ -633,7 +633,7 @@ rm %{buildroot}%{_libdir}/*.la %files -n nxdialog %defattr(-,root,root) -%doc doc/nxdialog/README.md +%doc nxdialog/README.md %{_bindir}/nxdialog %{_datadir}/man/man1/nxdialog.1* |