diff options
author | Theodore Ts'o <tytso@mit.edu> | 2004-09-24 12:15:14 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2004-09-24 12:15:14 -0400 |
commit | 6ea8d0f7c84985a3243330d4029a263c78689074 (patch) | |
tree | f37ca0fb155cdf0f343ca59ec99595e260840369 /e2fsprogs.spec.in | |
parent | 41b6ae6058daa15e2159ac816356fec1930608f3 (diff) | |
download | e2fsprogs-6ea8d0f7c84985a3243330d4029a263c78689074.tar.gz |
Make sure /usr/lib is creaeted when installing e2initrd_helper.
(Addresses Debian Bug #272698)
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 10b079cd..7de65f85 100644 --- a/e2fsprogs.spec.in +++ b/e2fsprogs.spec.in @@ -110,6 +110,8 @@ exit 0 %{_root_libdir}/libss.so.* %{_root_libdir}/libuuid.so.* +%{_libdir}/e2initrd_helper + %{_bindir}/chattr %{_bindir}/lsattr %{_bindir}/uuidgen |