mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2025-08-06 15:07:39 +03:00

files in dist_*_SCRIPTS get installed with 0755, those in dist_*_DATA with 0644. This commit moves all .kshlib, .shlib and .cfg files in the testsuite to dist_pkgdata_DATA, and removes the shebang from zpool_import.kshlib. This ensures that the files are installed with appropriate permissions and silences some warnings from lintian Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: loli10K <ezomori.nozomu@gmail.com> Reviewed by: John Kennedy <john.kennedy@delphix.com> Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com> Closes #8803
22 lines
537 B
Makefile
22 lines
537 B
Makefile
pkgdatadir = $(datadir)/@PACKAGE@/zfs-tests/tests/functional/alloc_class
|
|
dist_pkgdata_SCRIPTS = \
|
|
setup.ksh \
|
|
cleanup.ksh \
|
|
alloc_class_001_pos.ksh \
|
|
alloc_class_002_neg.ksh \
|
|
alloc_class_003_pos.ksh \
|
|
alloc_class_004_pos.ksh \
|
|
alloc_class_005_pos.ksh \
|
|
alloc_class_006_pos.ksh \
|
|
alloc_class_007_pos.ksh \
|
|
alloc_class_008_pos.ksh \
|
|
alloc_class_009_pos.ksh \
|
|
alloc_class_010_pos.ksh \
|
|
alloc_class_011_neg.ksh \
|
|
alloc_class_012_pos.ksh \
|
|
alloc_class_013_pos.ksh
|
|
|
|
dist_pkgdata_DATA = \
|
|
alloc_class.cfg \
|
|
alloc_class.kshlib
|