diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/pakku.conf.5.txt | 5 |
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. |