Changes between Initial Version and Version 1 of Ticket #2170
- Timestamp:
- 04/01/2008 09:49:57 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2170 – Description
initial v1 1 1 The Makefile in the udev-config tarball does not play nicely 2 2 with DESTDIR. I recommend changing the "shell udevd --version" 3 command to be " $(DESTDIR)/sbin/udevd".3 command to be "shell $(DESTDIR)/sbin/udevd --version". 4 4 5 5 Otherwise udevd is not in the patch and ....