aboutsummaryrefslogtreecommitdiff
path: root/doc/pakku.conf.5.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/pakku.conf.5.txt')
-rw-r--r--doc/pakku.conf.5.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/pakku.conf.5.txt b/doc/pakku.conf.5.txt
index c9666a4..830f212 100644
--- a/doc/pakku.conf.5.txt
+++ b/doc/pakku.conf.5.txt
@@ -44,6 +44,11 @@ Options
content of PKGBUILD and other files. Pressing enter key will give the
positive answer unless this option is specified.
+*PreserveBuilt =* Internal | User | Disabled::
+ If set to Internal, built packages will be copied to pacman cache dir.
+ If set to User, built packages will be copied to UserCacheDir.
+ If set to Disabled (the default), built packages will not be preserved.
+
*PreBuildCommand =* command::
This command will be executed in package directory before building,
allowing you to modify PKGBUILD or perform other necessary actions.