Skip to content
This repository has been archived by the owner on Aug 9, 2019. It is now read-only.

fix #260: EXPORTDIR description still misguiding #380

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/man/yaourtrc.5
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ Export sources to $EXPORTDIR or, if not defined to $SRCPKGDEST or $PKGDEST (see
.PP
\fBEXPORTDIR=""\fR
.RS 4
Specify the folder where yaourt exports built packages + sources\&.
Specify the folder where yaourt exports built packages + sources\&. To export only package, keep EXPORTDIR unset and define PKGDEST\&.
.RE
.SH "PROMPT OPTIONS"
.PP
Expand Down
2 changes: 1 addition & 1 deletion src/yaourtrc.in
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#EXPORT=0 # Export to 1: EXPORTDIR or PKGDEST
# 2: pacman cache (as root)
#EXPORTSRC=0 # Need EXPORT>0 to be used
#EXPORTDIR="" # If empty, use makepkg's configuration (see makepkg.conf)
#EXPORTDIR="" # Overrides SRCDEST, PKGDEST, and SRCPKGDEST defined here or in makepkg.conf

# Prompt
#NOCONFIRM=0
Expand Down