aboutsummaryrefslogtreecommitdiff
path: root/make.tmpl.in
diff options
context:
space:
mode:
authorPeter Rajnoha <prajnoha@redhat.com>2013-06-28 14:08:04 +0200
committerPeter Rajnoha <prajnoha@redhat.com>2013-07-02 15:22:11 +0200
commit21554ab5fe958b09eed853f3bfefa61c4c130604 (patch)
tree1ca15fd36821c82ed18bbd4ec43a12a943a28f77 /make.tmpl.in
parent6d1ed2254ccfe2a34f1423ea2359cf6a554e8d9e (diff)
downloadlvm2-21554ab5fe958b09eed853f3bfefa61c4c130604.tar.gz
profile: add default.profile and install it
The default.profile contains all settings that are customizable by a profile. This default profile can be copied across to create new profiles.
Diffstat (limited to 'make.tmpl.in')
-rw-r--r--make.tmpl.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/make.tmpl.in b/make.tmpl.in
index df7453da7..ae62182cb 100644
--- a/make.tmpl.in
+++ b/make.tmpl.in
@@ -81,6 +81,7 @@ DEFAULT_SYS_DIR = @DEFAULT_SYS_DIR@
DEFAULT_ARCHIVE_DIR = $(DEFAULT_SYS_DIR)/@DEFAULT_ARCHIVE_SUBDIR@
DEFAULT_BACKUP_DIR = $(DEFAULT_SYS_DIR)/@DEFAULT_BACKUP_SUBDIR@
DEFAULT_CACHE_DIR = $(DEFAULT_SYS_DIR)/@DEFAULT_CACHE_SUBDIR@
+DEFAULT_PROFILE_DIR = $(DEFAULT_SYS_DIR)/@DEFAULT_PROFILE_SUBDIR@
DEFAULT_LOCK_DIR = @DEFAULT_LOCK_DIR@
DEFAULT_RUN_DIR = @DEFAULT_RUN_DIR@