mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-17 10:01:01 +03:00
48c028f5a5
According to the FHS. Testing scripts and examples which are all architecture independent should be installed in a subdirectory under /usr/share. http://www.pathname.com/fhs/2.2/fhs-4.11.html Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
31 lines
1.6 KiB
Makefile
31 lines
1.6 KiB
Makefile
pkgdataconfigdir = $(pkgdatadir)/zpool-config
|
|
dist_pkgdataconfig_SCRIPTS = \
|
|
$(top_srcdir)/scripts/zpool-config/dm0-raid0.sh \
|
|
$(top_srcdir)/scripts/zpool-config/file-raid0.sh \
|
|
$(top_srcdir)/scripts/zpool-config/file-raid10.sh \
|
|
$(top_srcdir)/scripts/zpool-config/file-raidz2.sh \
|
|
$(top_srcdir)/scripts/zpool-config/file-raidz.sh \
|
|
$(top_srcdir)/scripts/zpool-config/hda-raid0.sh \
|
|
$(top_srcdir)/scripts/zpool-config/lo-raid0.sh \
|
|
$(top_srcdir)/scripts/zpool-config/lo-raid10.sh \
|
|
$(top_srcdir)/scripts/zpool-config/lo-raidz2.sh \
|
|
$(top_srcdir)/scripts/zpool-config/lo-raidz.sh \
|
|
$(top_srcdir)/scripts/zpool-config/lo-faulty-raid0.sh \
|
|
$(top_srcdir)/scripts/zpool-config/lo-faulty-raid10.sh \
|
|
$(top_srcdir)/scripts/zpool-config/lo-faulty-raidz.sh \
|
|
$(top_srcdir)/scripts/zpool-config/lo-faulty-raidz2.sh \
|
|
$(top_srcdir)/scripts/zpool-config/lo-faulty-raidz3.sh \
|
|
$(top_srcdir)/scripts/zpool-config/md0-raid10.sh \
|
|
$(top_srcdir)/scripts/zpool-config/md0-raid5.sh \
|
|
$(top_srcdir)/scripts/zpool-config/ram0-raid0.sh \
|
|
$(top_srcdir)/scripts/zpool-config/scsi_debug-noraid.sh \
|
|
$(top_srcdir)/scripts/zpool-config/scsi_debug-raid0.sh \
|
|
$(top_srcdir)/scripts/zpool-config/scsi_debug-raid10.sh \
|
|
$(top_srcdir)/scripts/zpool-config/scsi_debug-raidz.sh \
|
|
$(top_srcdir)/scripts/zpool-config/scsi_debug-raidz2.sh \
|
|
$(top_srcdir)/scripts/zpool-config/scsi_debug-raidz3.sh \
|
|
$(top_srcdir)/scripts/zpool-config/sda-raid0.sh \
|
|
$(top_srcdir)/scripts/zpool-config/zpool-raid0.sh \
|
|
$(top_srcdir)/scripts/zpool-config/zpool-raid10.sh \
|
|
$(top_srcdir)/scripts/zpool-config/zpool-raidz.sh
|