summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorandmarti1424 <andmarti@gmail.com>2017-04-28 19:02:23 -0300
committerandmarti1424 <andmarti@gmail.com>2017-04-28 19:02:23 -0300
commit2a883e94dd75b0d40eae11a08d3df6951e5c6758 (patch)
tree2c2ae99b95b6d1725f294ace44df2e312b93fc5a /src/Makefile
parentc00342ef22c3155611bcc28ddef33e341aa990c8 (diff)
Renamed plot files. Fix when pausing and resuming ncurses ui.
Diffstat (limited to 'src/Makefile')
-rwxr-xr-xsrc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 8b61680..db7dfe7 100755
--- a/src/Makefile
+++ b/src/Makefile
@@ -111,7 +111,7 @@ install :
install $(name) $(DESTDIR)$(prefix)/bin/$(name)
install -d $(DESTDIR)$(HELPDIR)
install doc $(DESTDIR)$(HELPDIR)/$(name)_help
- install plot* $(DESTDIR)$(HELPDIR)/
+ install plot_* $(DESTDIR)$(HELPDIR)/
install -d $(DESTDIR)$(prefix)/share/man/man1
install -m 644 sc-im.1 $(DESTDIR)$(prefix)/share/man/man1/$(name).1