Codebase list foomatic-db-engine / a6234d9
Restore previously borkled files Didier Raboud 13 years ago
3 changed file(s) with 6 addition(s) and 6 deletion(s). Raw diff Collapse all Expand all
187187 # $(DESTDIR) properly
188188 ( cd lib && \
189189 $(MAKE) PREFIX=$(PERLPREFIX) && \
190 $(MAKE) PREFIX=$(PERLPREFIX) pure_install \
190 $(MAKE) PREFIX=$(DESTDIR)$(PERLPREFIX) pure_install \
191191 )
192192 ${SRC}/mkinstalldirs $(DESTDIR)$(BINDIR)
193193 ${SRC}/mkinstalldirs $(DESTDIR)$(SBINDIR)
4646
4747 .SH BUGS
4848 Existing files are always conserved instead of older files being
49 overwritten. So deleting the destination directory (rm \-rf dir) and
50 calling foomatic-compiledb without the \-f option is recommended.
49 overwritten. So deleting the destination directory (rm -rf dir) and
50 calling foomatic-compiledb without the -f option is recommended.
5151
5252 Please post bug reports on
5353
44 foomatic-kitload \- installs a data kit into the foomatic database.
55 .SH SYNOPSIS
66 .B foomatic-kitload
7 [\fI \-k kit-dir\fR]
8 [\fI \-d dest-dir\fR]...
7 [\fI -k kit-dir\fR]
8 [\fI -d dest-dir\fR]...
99 .SH DESCRIPTION
1010 .B foomatic-kitload
1111 installs a foomatic data kit into the local data library. It takes a
12 \fI\-k\fR \fIdirname\fR
12 \fI-k\fR \fIdirname\fR
1313 option, where \fIdirname\fR is the toplevel directory of a foomatic
1414 driver "kit". A "kit" is a selection of XML source files arranged
1515 exactly as in the source/section of the master database (ie, opt/driver/printer/ subdirs).