mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-10-30 14:55:26 +03:00
[PATCH] do not remove real .udev.tdb during RPM build
This commit is contained in:
parent
e41245cb25
commit
7b7e4df57b
2
Makefile
2
Makefile
@ -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 ; \
|
||||
|
Loading…
Reference in New Issue
Block a user