From e6fc65a660871955f21d8965780dcb6c4101e702 Mon Sep 17 00:00:00 2001 From: Ilya Basin Date: Wed, 26 Sep 2018 14:51:50 +0300 Subject: [PATCH] fix #260: EXPORTDIR description still misguiding --- src/man/yaourtrc.5 | 2 +- src/yaourtrc.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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