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>
8 lines
377 B
Makefile
8 lines
377 B
Makefile
pkgdataprofiledir = $(pkgdatadir)/zpios-profile
|
|
dist_pkgdataprofile_SCRIPTS = \
|
|
$(top_srcdir)/scripts/zpios-profile/zpios-profile-disk.sh \
|
|
$(top_srcdir)/scripts/zpios-profile/zpios-profile-pids.sh \
|
|
$(top_srcdir)/scripts/zpios-profile/zpios-profile-post.sh \
|
|
$(top_srcdir)/scripts/zpios-profile/zpios-profile-pre.sh \
|
|
$(top_srcdir)/scripts/zpios-profile/zpios-profile.sh
|