summaryrefslogtreecommitdiff
path: root/package/udev/udev-install.patch
blob: 4a29996f60271c6810b98a38eb2af0c007392652 (plain)
1
2
3
4
5
6
7
8
9
10
11
diff -ur udev-101/Makefile udev-101-patched/Makefile
--- udev-101/Makefile	2006-09-30 07:30:00.000000000 -0500
+++ udev-101-patched/Makefile	2006-10-20 12:28:18.000000000 -0500
@@ -275,6 +275,7 @@
 
 install-bin:
 	$(INSTALL) -d $(DESTDIR)$(udevdir)
+	$(INSTALL_PROGRAM) -D udevstart $(DESTDIR)$(sbindir)/udevstart
 	$(INSTALL_PROGRAM) -D udevd $(DESTDIR)$(sbindir)/udevd
 	$(INSTALL_PROGRAM) -D udevtrigger $(DESTDIR)$(sbindir)/udevtrigger
 	$(INSTALL_PROGRAM) -D udevsettle $(DESTDIR)$(sbindir)/udevsettle