diff options
author | David Robillard <d@drobilla.net> | 2011-03-30 04:40:58 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-03-30 04:40:58 +0000 |
commit | b841b783a4bb7155c4d9d5a65c9e4e4af3a0c301 (patch) | |
tree | 4e55485a522b3361597fb687dbd52e1e8b1113b8 /core.lv2/lv2config.1 | |
parent | 084a755a6ebc0327f619908395b293cd61fdfb40 (diff) | |
download | lv2-b841b783a4bb7155c4d9d5a65c9e4e4af3a0c301.tar.xz |
Prepend DESTDIR to both include and bundle paths for packaging.
Diffstat (limited to 'core.lv2/lv2config.1')
-rw-r--r-- | core.lv2/lv2config.1 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core.lv2/lv2config.1 b/core.lv2/lv2config.1 index dec75cb..dba811b 100644 --- a/core.lv2/lv2config.1 +++ b/core.lv2/lv2config.1 @@ -57,6 +57,11 @@ in bundles under BUNDLES_DIR. .TP \fB\-h\fR, \fB\-\-help\fR show usage and exit +.SH ENVIRONMENT +All directories in LV2_PATH are searched if BUNDLES_DIR is unspecified. +.PP +DESTDIR is prepended to both INCLUDE_DIR and BUNDLES_DIR to facilitate +packaging. .SH AUTHOR lv2config was written by David Robillard <d@drobilla.net>. .PP |