[PATCH] do not remove real .udev.tdb during RPM build

This commit is contained in:
arvidjaar@mail.ru 2004-02-23 19:31:19 -08:00 committed by Greg KH
parent e41245cb25
commit 7b7e4df57b
1 changed files with 1 additions and 1 deletions

View File

@ -364,7 +364,7 @@ install: install-config install-dbus-policy all
$(INSTALL_DATA) -D udevd.8 $(DESTDIR)$(mandir)/man8/udevd.8
- ln -f -s ./udevd.8 $(DESTDIR)$(mandir)/man8/udevsend.8
- rm -f $(DESTDIR)$(hotplugdir)/$(ROOT).hotplug
- rm -f $(udevdir)/.udev.tdb
- rm -f $(DESTDIR)$(udevdir)/.udev.tdb
- ln -f -s $(sbindir)/$(SENDER) $(DESTDIR)$(hotplugdir)/$(ROOT).hotplug
@extras="$(EXTRAS)" ; for target in $$extras ; do \
echo $$target ; \