diff options
author | Brian Behlendorf <[email protected]> | 2013-02-08 10:01:41 -0800 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2013-03-06 15:46:40 -0800 |
commit | 48c028f5a5558894f8d94652050bc8e644760b9a (patch) | |
tree | 395c876cfa8d8e564ecbb7ef8110a96cb341c2aa /zfs.spec.in | |
parent | 0b4d1b5853791e1e447d74f0b229800d65b53071 (diff) |
Replace libexecdir with datadir
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 <[email protected]>
Diffstat (limited to 'zfs.spec.in')
-rw-r--r-- | zfs.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zfs.spec.in b/zfs.spec.in index 78a2bd890..179ef7cfc 100644 --- a/zfs.spec.in +++ b/zfs.spec.in @@ -90,7 +90,7 @@ rm -rf $RPM_BUILD_ROOT %files test %defattr(-,root,root) -%{_libexecdir}/@PACKAGE@/* +%{_datadir}/@PACKAGE@/* %files dracut %defattr(-,root,root) |