From 848d7a970c617ac8487f470b38da0e644cdbcf75 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Sat, 4 Jun 2022 17:06:27 +0900 Subject: [PATCH] Some fixes to example_config.toml --- example_config.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/example_config.toml b/example_config.toml index 14a047b..d56220e 100644 --- a/example_config.toml +++ b/example_config.toml @@ -1,9 +1,11 @@ ########## MANDATORY VARIABLES chroot = "/home/stephen/Downloads/aur/chroot" -# Location to place built packages +# Location to place built packages. pkg_out_dir = "/home/custompkgs" +# It is recommended to put the repo file in the "pkg_out_dir". +# If the tar file doesn't already exist, it will be automatically created. repo = "/home/custompkgs/custom.db.tar" -# Location to clone packages from AUR +# Location to clone packages from AUR. clones_dir = "/home/stephen/Downloads/aur" gpg_dir = "/home/stephen/Downloads/aur/checkingGPG" logs_dir = "/home/stephen/Downloads/aur/logs" -- 2.49.0