diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-06-26 17:43:37 +0200 |
---|---|---|
committer | Martin Pitt <martin.pitt@ubuntu.com> | 2016-06-26 17:43:37 +0200 |
commit | 4b930ded8391c7552820f8f162b4e6ceebf50ca4 (patch) | |
tree | 9d3a81fb3a9c6ee3ca4780df6f0514dd2ea17bbe /catalog/.gitignore | |
parent | 68ce459f2fadd3f8aa6e083b4823b37116394956 (diff) |
catalog: make support URL to show in shipped catalog entries configurable (#3597)
Let's allow distros to change the support URL to expose in catalog entries by
default. It doesn't make sense to direct end-users to the upstream project for
common errors.
This adds a --with-support-url= switch to configure, which allows overriding
the default at build-time.
Fixes: #2516
Diffstat (limited to 'catalog/.gitignore')
-rw-r--r-- | catalog/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/catalog/.gitignore b/catalog/.gitignore new file mode 100644 index 0000000000..ff695342e3 --- /dev/null +++ b/catalog/.gitignore @@ -0,0 +1 @@ +*.catalog |