From 33eaaffd1f49356d1f35f59517b26d8cd09dfa3c Mon Sep 17 00:00:00 2001 From: nick black Date: Sat, 25 Apr 2020 18:31:19 -0400 Subject: [PATCH] fedora: install notcurses-view --- tools/notcurses.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tools/notcurses.spec b/tools/notcurses.spec index 80d40000c..e54dd55fb 100644 --- a/tools/notcurses.spec +++ b/tools/notcurses.spec @@ -78,10 +78,11 @@ cd python %{_bindir}/notcurses-input %{_bindir}/notcurses-ncreel %{_bindir}/notcurses-tetris +%{_bindir}/notcurses-view # Don't use a wildcard, lest we pull in notcurses-pydemo.1. We install the man -# pages for notcurses-tester and notcurses-view, binaries we're not yet -# installing, because we intend to install the binaries Real Soon and it's -# IMHO not worth mucking with the CMake in the meantime FIXME. +# pages for notcurses-tester, which we're not yet installing, because we intend +# to install it Real Soon and it's IMHO not worth mucking with the CMake in the +# meantime FIXME. %{_mandir}/man1/notcurses-demo.1* %{_mandir}/man1/notcurses-input.1* %{_mandir}/man1/notcurses-ncreel.1*