diff options
Diffstat (limited to 'tests/gpgconf.ctl.in')
-rw-r--r-- | tests/gpgconf.ctl.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/gpgconf.ctl.in b/tests/gpgconf.ctl.in new file mode 100644 index 000000000..9bde62484 --- /dev/null +++ b/tests/gpgconf.ctl.in @@ -0,0 +1,15 @@ +# gpgconf.ctl.in - copied to bin during tests. +# +# This file is used to change the directories where the gpg components +# are installed. It does not change the configuration directories. +# The file is expected in the same directory as gpgconf. The physical +# installation directories are evaluated and no symlinks. Blank lines +# and lines starting with pound signed are ignored. No errors are +# printed for unknown keywords or commands. The only defined key for +# now is "rootdir" which must be followed by one optional space, an +# equal sign, and the value for the root directory. Environment +# variables are substituted in standard shell manner, the final value +# must start with a slash, trailing slashed are stripped. + +sysconfdir = $GNUPG_BUILD_ROOT/etc +rootdir = $GNUPG_BUILD_ROOT/ |