root / Makefile.am @ 05362abf
History | View | Annotate | Download (610 Bytes)
1 |
osname=$(subst ganeti-instance-,,$(PACKAGE)) |
---|---|
2 |
|
3 |
osdir=$(OS_DIR)/$(osname) |
4 |
customdir="${sysconfdir}/ganeti/instance-image.d" |
5 |
variantsdir="${sysconfdir}/ganeti/instance-image/variants" |
6 |
|
7 |
dist_os_SCRIPTS = create import export rename |
8 |
dist_os_DATA = ganeti_api_version variants.list |
9 |
os_DATA = common.sh |
10 |
|
11 |
dist_custom_DATA = example/instance-image.d/* |
12 |
|
13 |
dist_doc_DATA = COPYING NEWS README |
14 |
|
15 |
EXTRA_DIST = common.sh.in defaults |
16 |
|
17 |
common.sh: common.sh.in |
18 |
|
19 |
install-exec-local: |
20 |
@mkdir_p@ "$(variantsdir)" |
21 |
@mkdir_p@ "$(localstatedir)/cache/ganeti-instance-image" |
22 |
touch "$(variantsdir)/default.conf" |
23 |
|
24 |
CLEANFILES = common.sh |