aboutsummaryrefslogtreecommitdiff
path: root/doc/pakku.conf.5.txt
diff options
context:
space:
mode:
authorkitsunyan2018-05-20 11:07:35 +0000
committerkitsunyan2018-05-20 11:07:35 +0000
commit80b7087c8f8995cbadd038661b0dcdd39c7d08d5 (patch)
tree85e1f3d2a419ff6f5ff1b9a2c9a592d453e0d25d /doc/pakku.conf.5.txt
parent396e9f44c4f5a79c7b9238835599387f6ff418fe (diff)
Allow to preserve built packages to user cache dir
Preserving is disabled by default now.
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.