Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1diff --git a/GNUmakefile b/GNUmakefile 2index e39a687..026f9c4 100644 3--- a/GNUmakefile 4+++ b/GNUmakefile 5@@ -140,7 +140,7 @@ all: ../lib/libctb$(LIBFLAG)$(GPIBFLAG)-0.16.a ../lib/libctb$(LIBFLAG)$(GPIBFLAG 6 7 install: install_ctb_lib install_ctb_dll 8 $(INSTALL) -d $(DESTDIR)$(prefix)/include/ctb-0.16 9- for f in ctb.h fifo.h getopt.h $(GPIBINC) iobase.h linux/serport.h linux/timer.h portscan.h serport.h serportx.h timer.h; do \ 10+ for f in ctb.h fifo.h getopt.h $(GPIBINC) iobase.h kbhit.h linux/serport.h linux/timer.h portscan.h serport.h serportx.h timer.h; do \ 11 if test ! -d $(DESTDIR)$(prefix)/include/ctb-0.16/`dirname $$f` ; then \ 12 $(INSTALL) -d $(DESTDIR)$(prefix)/include/ctb-0.16/`dirname $$f`; \ 13 fi; \