File q-tools-0.3.diff of Package q-tools
--- q-syscollect/Makefile
+++ q-syscollect/Makefile
@@ -5,6 +5,7 @@
all: q-syscollect
install: all
+ $(INSTALL) -d $(bindir)
$(INSTALL) q-syscollect $(bindir)
doc:
--- q-view/Makefile
+++ q-view/Makefile
@@ -9,7 +9,7 @@
all: q-view q-dot
install: all
- $(INSTALL) -d $(q-tools-scm-dir)
+ $(INSTALL) -d $(bindir) $(q-tools-scm-dir)
$(INSTALL) q-view $(bindir)
$(INSTALL) q-dot $(bindir)
$(INSTALL) q-lib.scm $(q-tools-scm-dir)
--- q-view/q-lib.scm
+++ q-view/q-lib.scm
@@ -23,7 +23,7 @@
;; For SLIB (portable Scheme library) documentation, see:
;; http://www.swiss.ai.mit.edu/~jaffer/slib_toc
;;
-(use-modules (ice-9 regex) (ice-9 popen))
+(use-modules (ice-9 regex) (ice-9 popen) (ice-9 rdelim))
;; Blech, neither RHAS3 nor SLES 9 ship the GUILE SLIB so we make
;; up for the missing printf by including it here explicitly.
--- utils/Makefile
+++ utils/Makefile
@@ -5,6 +5,7 @@
all: q-grab-mappings
install:
+ $(INSTALL) -d $(bindir)
$(INSTALL) q-grab-mappings $(bindir)
doc: