diff options
author | Theodore Ts'o <tytso@mit.edu> | 2003-12-25 14:31:08 -0500 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2003-12-25 14:31:08 -0500 |
commit | 477b23532773e780c90c371715b49f423657983a (patch) | |
tree | 8c12b31cfb13be9be2b8d81678a846601c1793cc /e2fsprogs.spec.in | |
parent | 2b696a98569339287894df4a40676745f6111d7e (diff) | |
download | e2fsprogs-477b23532773e780c90c371715b49f423657983a.tar.gz |
Add filefrag program to the list of programs installed in /usr/sbin.
Diffstat (limited to 'e2fsprogs.spec.in')
-rw-r--r-- | e2fsprogs.spec.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/e2fsprogs.spec.in b/e2fsprogs.spec.in index d37620d6..c6b7d20a 100644 --- a/e2fsprogs.spec.in +++ b/e2fsprogs.spec.in @@ -106,6 +106,7 @@ fi %{_root_sbindir}/resize2fs %{_root_sbindir}/tune2fs %{_sbindir}/mklost+found +%{_sbindir}/filefrag %{_root_libdir}/libcom_err.so.* %{_root_libdir}/libe2p.so.* @@ -139,6 +140,7 @@ fi %{_mandir}/man8/mklost+found.8* %{_mandir}/man8/resize2fs.8* %{_mandir}/man8/tune2fs.8* +%{_mandir}/man8/filefrag.8* %files devel %defattr(-,root,root) |