summaryrefslogtreecommitdiff
path: root/pkgexport.1
diff options
context:
space:
mode:
authorJose V Beneyto <sepen@crux.nu>2012-03-05 14:18:50 +0100
committerJuergen Daubert <jue@jue.li>2012-03-05 14:18:50 +0100
commit9380bbdb69a3f1bb66980c80a4b04cb75d9ac1a1 (patch)
tree2fa4ec55f5d700ca32d8e4a5d8106c21cb23cc2a /pkgexport.1
parent08320bbdfa14365bddc0355daac68d57416125c2 (diff)
downloadprt-utils-9380bbdb69a3f1bb66980c80a4b04cb75d9ac1a1.tar.gz
prt-utils-9380bbdb69a3f1bb66980c80a4b04cb75d9ac1a1.tar.xz
pkgexport: use compression-mode defined in pkgmk-conf
Diffstat (limited to 'pkgexport.1')
-rw-r--r--pkgexport.16
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgexport.1 b/pkgexport.1
index 91961a1..206106a 100644
--- a/pkgexport.1
+++ b/pkgexport.1
@@ -1,4 +1,4 @@
-.TH "pkgexport" "1" "0.7" "Andrew Green" "CRUX Pkgtools extras"
+.TH "pkgexport" "1" "0.8" "Andrew Green" "CRUX Pkgtools extras"
.SH "NAME"
.LP
pkgexport \- Create a CRUX native package from previously installed package components
@@ -15,7 +15,7 @@ pkgexport is a package management utility which creates installable CRUX package
Creates a package from the installed components of <\fIpackagename\fP>.
.TP
\fB\fR[\fIoutputfile|dir\fP]
-Name of the file to be created. outputfile can be specified with full, relative or no path. If a directory is specified, pkgexport will create the file using the conventional CRUX package naming scheme: pkgname#version.pkg.tar.gz.
+Name of the file to be created. outputfile can be specified with full, relative or no path. If a directory is specified, pkgexport will create the file using the conventional CRUX package naming scheme: pkgname#version.pkg.tar.gz. And it will use the compression suffix specified by PKGMK_COMPRESSION_MODE from /etc/pkgmk.conf
.TP
\fB\-r </path>\fR
Specify path to alternate installation root. See pkginfo(8).
@@ -46,4 +46,4 @@ Or saving it under a custom name:
Andrew Green <crux@dorkatronix.org>
.SH "SEE ALSO"
.LP
-pkginfo(8), pkgadd(8), pkgrm(8), pkgmk(8)
+pkginfo(8), pkgadd(8), pkgrm(8), pkgmk(8), pkgmk.conf(5)

Generated by cgit