mirror of
https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
synced 2024-11-24 18:43:53 +08:00
Make sure /usr/lib is creaeted when installing e2initrd_helper.
(Addresses Debian Bug #272698)
This commit is contained in:
parent
41b6ae6058
commit
6ea8d0f7c8
4
debian/changelog
vendored
4
debian/changelog
vendored
@ -3,8 +3,10 @@ e2fsprogs (1.35-8) unstable; urgency=low
|
|||||||
* Make sure the configure files are newer than configure.in the
|
* Make sure the configure files are newer than configure.in the
|
||||||
debian/rules file so that a dpkg-source created patch won't
|
debian/rules file so that a dpkg-source created patch won't
|
||||||
trigger an attempt rebuild of the configure script. (Closes: #272558)
|
trigger an attempt rebuild of the configure script. (Closes: #272558)
|
||||||
|
* Make sure /usr/lib/e2initrd_helper is in the e2fsprogs package.
|
||||||
|
(Closes: #272698)
|
||||||
|
|
||||||
-- Theodore Y. Ts'o <tytso@mit.edu> Wed, 22 Sep 2004 00:50:20 -0400
|
-- Theodore Y. Ts'o <tytso@mit.edu> Fri, 24 Sep 2004 11:51:36 -0400
|
||||||
|
|
||||||
e2fsprogs (1.35-7) unstable; urgency=low
|
e2fsprogs (1.35-7) unstable; urgency=low
|
||||||
|
|
||||||
|
1
debian/e2fsprogs.files
vendored
1
debian/e2fsprogs.files
vendored
@ -2,5 +2,6 @@ lib
|
|||||||
sbin
|
sbin
|
||||||
usr/bin
|
usr/bin
|
||||||
usr/sbin
|
usr/sbin
|
||||||
|
usr/lib/e2initrd_helper
|
||||||
usr/share/man
|
usr/share/man
|
||||||
usr/share/locale
|
usr/share/locale
|
||||||
|
@ -110,6 +110,8 @@ exit 0
|
|||||||
%{_root_libdir}/libss.so.*
|
%{_root_libdir}/libss.so.*
|
||||||
%{_root_libdir}/libuuid.so.*
|
%{_root_libdir}/libuuid.so.*
|
||||||
|
|
||||||
|
%{_libdir}/e2initrd_helper
|
||||||
|
|
||||||
%{_bindir}/chattr
|
%{_bindir}/chattr
|
||||||
%{_bindir}/lsattr
|
%{_bindir}/lsattr
|
||||||
%{_bindir}/uuidgen
|
%{_bindir}/uuidgen
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2004-09-24 Theodore Ts'o <tytso@mit.edu>
|
||||||
|
|
||||||
|
* Makefile.in: Make sure /usr/lib is created for when we install
|
||||||
|
e2initrd_helper.
|
||||||
|
|
||||||
2004-09-19 Theodore Ts'o <tytso@mit.edu>
|
2004-09-19 Theodore Ts'o <tytso@mit.edu>
|
||||||
|
|
||||||
* badblocks.c: Use _() around done_string, so that it gets
|
* badblocks.c: Use _() around done_string, so that it gets
|
||||||
|
@ -178,7 +178,7 @@ filefrag.8: $(DEP_SUBSTITUTE) $(srcdir)/filefrag.8.in
|
|||||||
installdirs:
|
installdirs:
|
||||||
$(top_srcdir)/mkinstalldirs $(DESTDIR)$(sbindir) \
|
$(top_srcdir)/mkinstalldirs $(DESTDIR)$(sbindir) \
|
||||||
$(DESTDIR)$(root_sbindir) $(DESTDIR)$(bindir) \
|
$(DESTDIR)$(root_sbindir) $(DESTDIR)$(bindir) \
|
||||||
$(DESTDIR)$(man1dir) $(DESTDIR)$(man8dir)
|
$(DESTDIR)$(man1dir) $(DESTDIR)$(man8dir) $(DESTDIR)$(libdir)
|
||||||
|
|
||||||
install: all $(SMANPAGES) $(UMANPAGES) installdirs
|
install: all $(SMANPAGES) $(UMANPAGES) installdirs
|
||||||
for i in $(SPROGS); do \
|
for i in $(SPROGS); do \
|
||||||
|
Loading…
Reference in New Issue
Block a user