diff options
author | kitsunyan | 2018-04-07 20:55:21 +0000 |
---|---|---|
committer | kitsunyan | 2018-04-07 20:55:21 +0000 |
commit | 769413c9f01676658acd33fedd90c038335af835 (patch) | |
tree | 9ac42383440bc94f733390d7dd7c3e6cc82d59a3 /doc | |
parent | de68bfe8a9947f26140da91a6ce26f49e5165738 (diff) |
Allow to specify pre-build command
Diffstat (limited to 'doc')
-rw-r--r-- | doc/pakku.conf.5.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/pakku.conf.5.txt b/doc/pakku.conf.5.txt index 5ea2460..5eda994 100644 --- a/doc/pakku.conf.5.txt +++ b/doc/pakku.conf.5.txt @@ -36,6 +36,10 @@ Options content of PKGBUILD and other files. Pressing enter key will give the positive answer unless this option is specified. +*PreBuildCommand =* command:: + This command will be executed in package directory before building, + allowing you to modify PKGBUILD or perform other necessary actions. + See Also -------- linkman:pacman.conf[5], linkman:pakku[8] |