diff --git a/src/man/yaourtrc.5 b/src/man/yaourtrc.5 index f952879..fa59736 100644 --- a/src/man/yaourtrc.5 +++ b/src/man/yaourtrc.5 @@ -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 diff --git a/src/yaourtrc.in b/src/yaourtrc.in index 2242e5c..cbb7abb 100644 --- a/src/yaourtrc.in +++ b/src/yaourtrc.in @@ -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