Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
DISCONTINUED:openSUSE:11.2
q-tools
q-tools-0.3.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
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:
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor