mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-17 10:01:01 +03:00
38e2e9ce83
A bunch of places need to edit files to incorporate the configured paths i.e. bindir, sbindir etc. Move this logic into a common file. Create arc_summary by copying arc_summary[23] as appropriate at build time instead of install time. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Arvind Sankar <nivedita@alum.mit.edu> Closes #10559
16 lines
341 B
Makefile
16 lines
341 B
Makefile
include $(top_srcdir)/config/Substfiles.am
|
|
|
|
pkgsysconfdir = $(sysconfdir)/zfs
|
|
|
|
dist_pkgsysconf_DATA = \
|
|
vdev_id.conf.alias.example \
|
|
vdev_id.conf.sas_direct.example \
|
|
vdev_id.conf.sas_switch.example \
|
|
vdev_id.conf.multipath.example \
|
|
vdev_id.conf.scsi.example
|
|
|
|
pkgsysconf_SCRIPTS = \
|
|
zfs-functions
|
|
|
|
SUBSTFILES += $(pkgsysconf_SCRIPTS)
|