mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-24 19:28:53 +03:00
tests: fix cosmetic permission issues during make install
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
This commit is contained in:
committed by
Brian Behlendorf
parent
3ba8cd6d0e
commit
10e1a0112e
@@ -1,5 +1,5 @@
|
||||
pkgdatadir = $(datadir)/@PACKAGE@/zfs-tests/tests/perf
|
||||
dist_pkgdata_SCRIPTS = \
|
||||
dist_pkgdata_DATA = \
|
||||
nfs-sample.cfg \
|
||||
perf.shlib
|
||||
|
||||
|
||||
Reference in New Issue
Block a user